mysqlconnection

S

seb

i write program with mysqlconnection.I HAVE two forms.
In one forms i connect to my database,read table etc...
How to use this connect in another form?How to register existing
connection?How to calling to exisiting connection in another form?
 
A

Arne Vajhøj

i write program with mysqlconnection.I HAVE two forms.
In one forms i connect to my database,read table etc...
How to use this connect in another form?How to register existing
connection?How to calling to exisiting connection in another form?


Send something over to the new forms constructor (and save it)
that can be used to get to the connection.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top