Птн, 18 Июн 2010, Denis Samson писал(а): > 1- Can you give me a clue why SQLBulkOperations dies, and why without > > offering any extra info? (with getlasterror)
if call to dll returned without system error, there will be no getlasterror. this is the normal behavior. One should use odbc trace to debug odbc applications. > > > 2- Is there any documentation that sez the insert statement you give to > ddins > should really be a select statement? or how the data should be presented? > Sorry I forgot, it has been many years. As always google is your friend. > 3- In particulat, how do you handle varchars and chars? as an n-by-maxLength > char array? > I notice that's what I get from a select of chars or varchars... As I replied in my first email, I am lazy. It could be doable but I don't need it, therefore I choose maxlength for varchar. > > 4- And, oh, BTW, ISI102 is undefined, should prolly be something like 'ISI* > wrong > number of parameters' (or arguments, or columns) not sure which ISI102 that you talk about, you might add smoutput to trace. I REALLY want you first test using ms-access or sqlsvr. If that fails, I'll take a look if there are bugs in ddins. I don't want to debug unixodbc or mysql odbc driver. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
