You are not logged in.

Search results

Search results 1-3 of 3.

Friday, January 28th 2011, 3:59am

Author: sparkythex

how to connect to a database? MDB/SQL

Lets try this again. is there a example of CODE for the different opts of database management. It doesn't have to be new answer, it can be link to older post. I just can't find how. I need to see: 1. CODE how to switch between multi-databases ; using open button? 2. CODE how to hit button "update" to update what is in a multilinetext box or rtf box to a particular record field.? 3. CODE how to read from a particular record field into a multiline textbox from hitting button "next" & "previous"? 4...

Wednesday, January 26th 2011, 9:37pm

Author: sparkythex

how to connect to a database? MDB/SQL

Quoted from "A1880" Happy reading and experimenting! A1880 amazing you managed to answer all questions with out providing any solution. thanks.!!!!

Wednesday, January 26th 2011, 4:06am

Author: sparkythex

more database info

I have some questiions on this. Quoted from "StefanSchnell" here is an example: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Dim Con As java#sql#Connection Dim Order As java#sql#Statement Dim Data As ResultSet 'Load the JDBC-ODBC driver Class.forName "sun.jdbc.odbc.JdbcOdbcDriver" 'Create connection to the database test Set Con = java#sql#DriverManager.getConnection("jdbc:odbc:test") 'Create statement Set Order = Con.createStatement 'Create a tab...

WoltLab Burning Board