MySQL and VB.net |
Post Reply |
Author | |
luisluis
Newbie Joined: 04 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
Posted: 13 November 2006 at 7:39am |
Does someone have and example in Visual Basic .NET using MySQL?
I tried to translate the code of VB6 sample, but my project explots everywhere, it has a lot of bugs. Thanks. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
See also regular C# sample which has an example of using MS SQL database.
-- WBR, Serge |
|
luisluis
Newbie Joined: 04 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Where???... I don't find the example in C# .NET
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Should be at %root%\ToolkitPro\Samples\ActiveX\Calendar\C#.NET\CalendarControl
-- WBR, Serge |
|
luisluis
Newbie Joined: 04 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
Yes, I found it, but there is no MS SQL example.
I'm wrong? |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
See at Custom Data Provider example -- it connects to SQL Server.
-- WBR, Serge |
|
luisluis
Newbie Joined: 04 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I found it!!
Another question: What is the format of the SQL string? |
|
luisluis
Newbie Joined: 04 October 2006 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I respond to myself.
Provider=sqloledb;Data Source=dbhost;Initial Catalog=db;User Id=user;Password=passwd; |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |