vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| ||||
| eap90210 wrote: > 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 ) You may want to show us the code, explain how you tried to compile it and also state which platform and DB2 version you are using. Also, what's your compiler? -- Knut Stolze DB2 Information Integration Development IBM Germany |