mysqlconnection

  • Thread starter Thread starter seb
  • Start date Start date
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?
 
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
 
Back
Top