Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming Forms / May 2008

Tip: Looking for answers? Try searching our database.

Outlook and Mysql

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
fimietta@gmail.com - 06 May 2008 09:45 GMT
Hi guys :-)
I'm an italian web developer, I'm a new to outlook programming.....
I've a very simple question: from my outlook application, I would to
connect to mysql database and execute query.....
Is it possible? How? I saw that this is possible for Access......

Thanks in advance for the attention and sorry for my bad english :-)

Daniela Remogna
www.fimietta.it
fimietta@gmail.com - 06 May 2008 09:52 GMT
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

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.