Disasterpiece Posted April 17, 2003 Author Posted April 17, 2003 looks cool, I'll check it out later. Thanks! Quote
nracklyeft Posted July 23, 2003 Posted July 23, 2003 Ah, whew. Well, the alternative is to NOT use the CommandBuilder (it's kind of a beginner's helper class more than anything). You can use the CommandBuilder while in development, but look at the SQL string it builds for you (the CommandText property as I mentioned above). Once you have the INSERT string that the CommandBuilder built for you, you can do away with the CommandBuilder and hard-code the string for yourself. There is one alternative if you would still prefer to use the commandbuilder: that is to use a QuotePrefix of "[" and QuoteSuffix of "]". Here is a link to the msdn reference. -Nate Quote
Disasterpiece Posted July 23, 2003 Author Posted July 23, 2003 Heh you guys are still responding :) Well I got an A on my project, an A in the class, and I won't have to worry about VB again for a while (if ever hopefully) :p Thanks for all your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.