Aug 1, 2002 #1 GustavoAnaya Programmer Joined Jul 30, 2002 Messages 4 Location AR How can I read Mysql Variables from Visual Basic code? Is that possible through the ODBC driver? Thanks a lot. Gustavo Anaya.
How can I read Mysql Variables from Visual Basic code? Is that possible through the ODBC driver? Thanks a lot. Gustavo Anaya.
Aug 1, 2002 1 #2 piti Technical User Joined Apr 12, 2001 Messages 627 Location SK hi try to run this query: SHOW VARIABLES that should return all the variables with values hope that helps Upvote 0 Downvote
hi try to run this query: SHOW VARIABLES that should return all the variables with values hope that helps
Aug 1, 2002 Thread starter #3 GustavoAnaya Programmer Joined Jul 30, 2002 Messages 4 Location AR Thanks Piti, an excellent answer for a silly question. Upvote 0 Downvote