Thanks David and dilettante,
Four issues I need to pursue.
1. The link of dilettante is insightful and I will go through that process. Must I presume that the reference to 32 bit is to VB6 or to the database?
2. David gave and ADO solution which I will test. However, I need a DAO one. As far...
I have tested the ODBC DSN and it works but the following code statement fails with error: ODBC - call failed:
Dim Conn As Connection
Set Conn = wsODBC.OpenConnection("Conn1", , , "ODBC;DSN=IBSMSbloem;")
What can be the problem?
Thanks
PK Odendaal
I have created and tested a database with DSN - see attachment.
When I try to open the connection in VB6 I get an error - see attachment (on next message).
What can be the problem?
Thanks
PK Odendaal...
Thanks spamjim.
1. I have this error (screenshot attached) opening the Workbench. How can I fix that?
2. Workbench refers to MySql database engine and to Mariadb paths (screenshot attached). How do I know I use MariaDB and how do I change this configuration?
3. I used the following code on...
Maybe I should backtrack a little first. I am on windows 7 presently and developing with VB6. Access is becoming too small for my purposes.
1. Is MySql a database with all the necessary functions access has and does it have integrity for big data?
2. Why should I use MariaDB if I only need a...
Thank you so much Chris.
1. I presume Linux Ubuntu is ok for the operating system.
2. Are the drivers for MySql and MariaDB the same?
3. Is it easy to port the database to another server should I wish to do so later?
PK Odendaal
Reposting from VB6
I wish to change my VB6 program/s to read, write edit and delete data from a MySql database in stead of from MS Access.
1. Can this be done and are the changes significant?
2. Do I need to use PHP or can I edit directly like I do now with DAO or even ADO.
3. What is the best...
I wish to change my VB6 program/s to read, write edit and delete data from a MySql database in stead of from MS Access.
Can this be done and are the changes significant?
Do I need to use PHP or can I edit directly like I do now with DAO or even ADO.
Thanks
PK
PK Odendaal
chiph
Thanks for the help - I will take this route, but I still need some assistance if you please.
How do I set up the datatable ?
Must I first set up a dataadapter and fill the dataset or can I directly do a sql query and fill the datatable. If you have some code I will appreciate.
Thanks
PK...
I need to know which tables are in an Access database. The closest I can get is :
Dim schemaTable As DataTable = Cn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})
I do not know however how to extract the table names from this. I also need...
I need to know which tables are in an Access database. The closest I can get is :
Dim schemaTable As DataTable = Cn.GetOleDbSchemaTable(OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})
I do not know however how to extract the table names from this. I also need...
Hi Kingreen
I have tried that - but maybe I have had the url incorrectly specified - would the correct one be :
email.Fields("http://mail.witbank.biz/cdo/configuration/sendusername") = "myname"
Thanks
PK Odendaal
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.