Thread: makefile
View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 07:11 AM
eap90210
 
Posts: n/a
Default makefile

Hi to all ng
(sorry for my bad english)

in my c program I wrote a dynamic sql. So happen that everytime the string,
rappresent the sql command, was length more 1720 char in runtime i have an
error ( sqlstate=42601 sqlcode=-104 etc )

I try more solution without benefict. Now I 'ld like to try with a makefile.
So I looking for a parameter for a makefile that guarentee me that every
dynamic sql command, was issue without any truncation.

Someone suggest me a book, URL or other wher I find this information ?

regards
sergio


Reply With Quote