querylenght....

2001-05-02 Thread schrottemail
how long(in chars) can be a query string?? insert into Tab1 values('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'),('a','b','c'); and so on. is there a border? or can I

Problem with MyODBC via VisualBasic6 ADO2.6 - Recordset

2001-04-14 Thread Schrottemail
HELP! I want to get the result of "show table status" into a ADO2.6 Recordset. But the result of my query is EMPTY. But only in VB6. When I use the "admndemo.exe" program it works. Note: "show status" works perfektly, only "show table status" and "show processlist" makes trobble... I need the