RE: sql_create_basic_N questions

2001-04-20 Thread Sinisa Milivojevic
Steve Newell writes: > I tried using the sql_create_N macros, but my compiler crashes with an > "INTERNAL COMPILER ERROR". I'm using VC++ 6.0 sp5. I spent several days > trying to work around that and finally went back to the sql_create_basic_N. > > Steve Yes, I am afraid that VC++ can not ch

RE: sql_create_basic_N questions

2001-04-19 Thread Steve Newell
[mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 5:35 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: sql_create_basic_N questions Steve Newell writes: > NOTE: I have cross-posted this to the plusplus mailing list as well. > > > I am using sql_create_basic_N

Re: sql_create_basic_N questions

2001-04-19 Thread Sinisa Milivojevic
Steve Newell writes: > NOTE: I have cross-posted this to the plusplus mailing list as well. > > > I am using sql_create_basic_N to generate structures that mirror my database > tables. The problem I have is that some of the fields in my database are > "blobs" that need to be escaped before in

sql_create_basic_N questions

2001-04-18 Thread Steve Newell
NOTE: I have cross-posted this to the plusplus mailing list as well. I am using sql_create_basic_N to generate structures that mirror my database tables. The problem I have is that some of the fields in my database are "blobs" that need to be escaped before insertion. Questions: 1. I am u