473,408 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Saving and retrieving to/from MYSQL database. Help.

Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and
I can't figure this out.
Thanks a lot.
K.
Nov 20 '05 #1
10 1675
Hi Krakatioison,

I am curious why you are not using MSDE, the next version SQL server Express
will be even very much improved?

Both have a 4Gb is that the problem?

Cor
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and I can't figure this out.
Thanks a lot.
K.

Nov 20 '05 #2
Cor,
I am not sure if I am getting it.
4GB database limit? Is that what you wanted to say? That could be a big of a
problem.
My databases right now are in mysql already and I am populating them using
PHP scripts. But I want to do this using VB.NET running in my systray. You
know, I am playing around with all this.
Thing is, I need someone to show me how to send and retrieve data from/to
mysql, so I can do this. I can't find the way of doing it.
k.

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OD****************@TK2MSFTNGP10.phx.gbl...
Hi Krakatioison,

I am curious why you are not using MSDE, the next version SQL server Express will be even very much improved?

Both have a 4Gb is that the problem?

Cor
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET

and
I can't figure this out.
Thanks a lot.
K.



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #3
Hi,

http://dev.mysql.com/tech-resources/articles/dotnet/

Ken
-----------------------------
"Krakatioison" <Kr**********@huh.com> wrote in message
news:40**********@Usenet.com...
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and
I can't figure this out.
Thanks a lot.
K.

Nov 20 '05 #4
Cor,

Why is using an open source database a problem? My web host uses
it.

Ken
-----------------
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OD****************@TK2MSFTNGP10.phx.gbl...
Hi Krakatioison,

I am curious why you are not using MSDE, the next version SQL server Express
will be even very much improved?

Both have a 4Gb is that the problem?

Cor
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and I can't figure this out.
Thanks a lot.
K.


Nov 20 '05 #5
Ken, thanks a lot, there is no example to download as I wished/hoped for,
but hopefully somehow I will manage to do this.
K.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uH**************@TK2MSFTNGP11.phx.gbl...
Hi,

http://dev.mysql.com/tech-resources/articles/dotnet/

Ken
-----------------------------
"Krakatioison" <Kr**********@huh.com> wrote in message
news:40**********@Usenet.com...
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and I can't figure this out.
Thanks a lot.
K.


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #6
Hi Krakatioson,

A better newsgroup for this question is
Adonet
<news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet>

Web interface:
<http://communities2.microsoft.com/co...s/?dg=microsof
t.public.dotnet.framework.adonet>

Before your ask you question again there have first a look what is writen
already in this newsgroup about mySQL
http://tinyurl.com/5z99n

When you have the choise, use OLEDB.
http://www.connectionstrings.com/

http://www.able-consulting.com/ADO_Conn.htm

I hope this helps?

Cor
Cor,
I am not sure if I am getting it.
4GB database limit? Is that what you wanted to say? That could be a big of a problem.
My databases right now are in mysql already and I am populating them using
PHP scripts. But I want to do this using VB.NET running in my systray. You
know, I am playing around with all this.
Thing is, I need someone to show me how to send and retrieve data from/to
mysql, so I can do this. I can't find the way of doing it.
k.

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:OD****************@TK2MSFTNGP10.phx.gbl...
Hi Krakatioison,

I am curious why you are not using MSDE, the next version SQL server

Express
will be even very much improved?

Both have a 4Gb is that the problem?

Cor
Hi everyone,
can someone point me to download of an example for saving and retrieving to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using
VB.NET and
I can't figure this out.
Thanks a lot.
K.



Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com

Nov 20 '05 #7
http://dev.mysql.com/downloads/dotnet.html

Ken
-------------------
"Krakatioison" <kl****@sssbbbccc.com> wrote in message
news:40**********@127.0.0.1...
Ken, thanks a lot, there is no example to download as I wished/hoped for,
but hopefully somehow I will manage to do this.
K.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uH**************@TK2MSFTNGP11.phx.gbl...
Hi,

http://dev.mysql.com/tech-resources/articles/dotnet/

Ken
-----------------------------
"Krakatioison" <Kr**********@huh.com> wrote in message
news:40**********@Usenet.com...
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET and I can't figure this out.
Thanks a lot.
K.


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #8
Hi Ken,

Not any problem at all however we are here on a Microsoft newsgroup.
And I got the idea he was looking for a new database, would be not nice
pointing sombody on the new SQL Server Express I thought.

I hope you understand my sentense now?

Cor


Why is using an open source database a problem? My web host uses
it.

Ken

Nov 20 '05 #9
Ok

Ken
------------------
"Cor Ligthert" <no**********@planet.nl> wrote in message
news:uf****************@TK2MSFTNGP09.phx.gbl...
Hi Ken,

Not any problem at all however we are here on a Microsoft newsgroup.
And I got the idea he was looking for a new database, would be not nice
pointing sombody on the new SQL Server Express I thought.

I hope you understand my sentense now?

Cor


Why is using an open source database a problem? My web host uses
it.

Ken


Nov 20 '05 #10
Thanks
k.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:Ot**************@TK2MSFTNGP10.phx.gbl...
http://dev.mysql.com/downloads/dotnet.html

Ken
-------------------
"Krakatioison" <kl****@sssbbbccc.com> wrote in message
news:40**********@127.0.0.1...
Ken, thanks a lot, there is no example to download as I wished/hoped for,
but hopefully somehow I will manage to do this.
K.

"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uH**************@TK2MSFTNGP11.phx.gbl...
Hi,

http://dev.mysql.com/tech-resources/articles/dotnet/

Ken
-----------------------------
"Krakatioison" <Kr**********@huh.com> wrote in message
news:40**********@Usenet.com...
Hi everyone,
can someone point me to download of an example for saving and retrieving
to/from MYSQL database.
Or did anyone of you tried this and could share your code with me.
I've got some data which needs to be put to mysql database using VB.NET

and
I can't figure this out.
Thanks a lot.
K.


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com


Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Bob Kaku | last post by:
I've created a MySQL database to store a large amount of text. Since the text data type in MySQL is limited to 255 characters, I added a BLOB column. I created an PHP input screen to enter the...
3
by: Bert Sierra | last post by:
Hello -- I have what appears to be a simple PHP+MySQL query, but Dreamweaver consistently generates PHP code which won't parse. I've stared at the PHP code for several hours now, and I can't...
0
by: Stormblade | last post by:
Hey all, I have an existing JSP web application which retrieved data from a SQLServer database and displayed it. The data contained Unicode chars. This worked fine. I changed databases/JDBC...
4
by: Bryan Powell | last post by:
Is it possible to grab data from a MySQL database and print it on the screen with VC++? The database is on a linux server if that would make any difference.
2
by: pmz | last post by:
Dear Group, I'm connecting in C# with remote (BSD) MySQL server with ODBC Driver, and I'm trying to find the best sollution in such problem: As I've read on MySQL manual, they have suggested...
4
by: Pedro Leite | last post by:
Good Afternoon. the code below is properly retreiving binary data from a database and saving it. but instead of saving at client machine is saving at the server machine. what is wrong with my...
3
by: JM | last post by:
Before storing information from a form in database I perform follwing operations on it : $path = mysql_real_escape_string(strip_tags(trim(urldecode($_POST)))); $summary =...
2
by: gophersounds | last post by:
When I run this simple program I am not getting any data back. The program creates a database, creates a table, populates the table with some data, and then tries to read the data. However, no...
2
by: shivapadma | last post by:
i have inserted the image into database using the following code String driverName = "com.mysql.jdbc.Driver"; String url = "jdbc:mysql://localhost:3306/"; String dbName =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.