I found mysql ODBC connector. Probably it is the solution!
Now I'm searching a code example.
On 6 Mag, 10:45, fimie...@gmail.com wrote:
> Hi guys :-)
> I'm an italian web developer, I'm a new to outlook programming.....
[quoted text clipped - 5 lines]
>
> Daniela Remognawww.fimietta.it
fimietta@gmail.com - 06 May 2008 10:05 GMT
Well, I solved the problem.
This is the code:
Sub testDB()
Set db = CreateObject("ADODB.Connection")
db.Open ("Driver={MySQL ODBC 3.51
Driver};Server=localhost;Database=ged;User=root;Password=;Option=4;")
sql = "INSERT INTO prova(testo) VALUES('ooo')"
Set rs = db.Execute(sql)
db.Close
End Sub
"ciao ciao"
Daniela
On 6 Mag, 10:52, fimie...@gmail.com wrote:
> I found mysql ODBC connector. Probably it is the solution!
> Now I'm searching a code example.
[quoted text clipped - 10 lines]
>
> > Daniela Remognawww.fimietta.it