Hi,
FMYI:
Set m_cn = New ADODB.Connection
m_cn.Open "Driver={MySQL};Server=" & host & ";Uid=" & login & ";Pwd=" &
pswd & ";Database=" & db
I copied this out of running code.. ;-) hope this helps.
Regards
Robert
Please forgive me. I have been checking up on my email now and found this
buried. I tried it and was still unsuccessful. Please let me
know if your
should have better luck.
Goto msdn.microsoft.com and type in ado connection string and it will do
it.. it looks something like this:
Data Source=123.123.123.123;Username=username;Password=password;Initial
Catalog=database
It's something like that. Looks on msdn.microsoft.com for extactly what
you need.
On Thu, 27 Jul 2000, jlipschutz wrote: