Re: How to call C API functions from MS Access ?

2005-10-03 Thread C.R. Vegelin
the mySQL error messages: For Each adbError In conn.Errors MsgBox adbError.Description, vbCritical Next It's working ! Thanks again, Cor - Original Message - From: <[EMAIL PROTECTED]> To: "C.R. Vegelin" <[EMAIL PROTECTED]> Cc: Sent: Monday, October 03, 2

Re: How to call C API functions from MS Access ?

2005-10-03 Thread SGreen
"C.R. Vegelin" <[EMAIL PROTECTED]> wrote on 10/01/2005 03:51:41 AM: > Hi List, > > I want to call the C API functions from Visual Basic in MS Access 2003. > I assume that I have to use: "c:\Program Files\MySQL\MySQL Server 4. > 1\Bin\LibMySQL.dll". > In my code at module level I have included var

How to call C API functions from MS Access ?

2005-10-01 Thread C.R. Vegelin
Hi List, I want to call the C API functions from Visual Basic in MS Access 2003. I assume that I have to use: "c:\Program Files\MySQL\MySQL Server 4.1\Bin\LibMySQL.dll". In my code at module level I have included various code lines to declare entry-points, such as: Declare Function mysql_info Li