473,401 Members | 2,127 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,401 software developers and data experts.

mySQL and asp.net questions - PLEASE HELP

JJ
I am a newbie to mySQL. I am developing an ASP .net Web site with mySQL as
the database (of products), using vb .net 2003.
Can anyone point me in the direction of a good book (or in fact ANY book) on
using mySQL with asp .net ??

I am having trouble working out:
1. What type of connector to use to my database (i.e. ODBC or mySQL's .net
Connector)?
2. Whether it is advised to bind you data to the web controls (e.g.
datagrid). I've read somewhere that binding asp controls to your mySQL data
is not advised.....??

I really need help so _ANY_ constructive comments greatly appreciated.

Flash
Jun 2 '06 #1
3 1403
dmm
OK so I not an expert never having built an ASP.NET web app against mySQL,
however, I have built an app that talked to mySQL and had web bits that
talked to the backend in php.

I think the most pertinent part of my experience as it applies to you is
that you should be using the managed connectors to mySQL [1].

As for the recommendations that you don't bind your web controls to mySQL?
Seems a bit odd and I suspect your sources are a little misinformed.
HTHs

[1]
http://www.mysql.com/products/connector/net/
"JJ" <ab*@xyz.com> wrote in message
news:em**************@TK2MSFTNGP05.phx.gbl...
I am a newbie to mySQL. I am developing an ASP .net Web site with mySQL as
the database (of products), using vb .net 2003.
Can anyone point me in the direction of a good book (or in fact ANY book)
on using mySQL with asp .net ??

I am having trouble working out:
1. What type of connector to use to my database (i.e. ODBC or mySQL's .net
Connector)?
2. Whether it is advised to bind you data to the web controls (e.g.
datagrid). I've read somewhere that binding asp controls to your mySQL
data is not advised.....??

I really need help so _ANY_ constructive comments greatly appreciated.

Flash

Jun 2 '06 #2
JJ
Hi - Thanks for your reply - Thats certainly one vote for the .net
connector. Some seem to be having probls with it - at least in .net 2.0.

The article regarding the bdinging issue is here:
http://www.vbmysql.com/articles/visu...a_binding.html

??

Flash
"dmm" <***@***.com> wrote in message
news:OV**************@TK2MSFTNGP04.phx.gbl...
OK so I not an expert never having built an ASP.NET web app against mySQL,
however, I have built an app that talked to mySQL and had web bits that
talked to the backend in php.

I think the most pertinent part of my experience as it applies to you is
that you should be using the managed connectors to mySQL [1].

As for the recommendations that you don't bind your web controls to mySQL?
Seems a bit odd and I suspect your sources are a little misinformed.
HTHs

[1]
http://www.mysql.com/products/connector/net/
"JJ" <ab*@xyz.com> wrote in message
news:em**************@TK2MSFTNGP05.phx.gbl...
I am a newbie to mySQL. I am developing an ASP .net Web site with mySQL as
the database (of products), using vb .net 2003.
Can anyone point me in the direction of a good book (or in fact ANY book)
on using mySQL with asp .net ??

I am having trouble working out:
1. What type of connector to use to my database (i.e. ODBC or mySQL's
.net Connector)?
2. Whether it is advised to bind you data to the web controls (e.g.
datagrid). I've read somewhere that binding asp controls to your mySQL
data is not advised.....??

I really need help so _ANY_ constructive comments greatly appreciated.

Flash


Jun 2 '06 #3
JJ
The article regarding the binding issue is here:
http://www.vbmysql.com/articles/visu...a_binding.html
"JJ" <ab*@xyz.com> wrote in message
news:uz**************@TK2MSFTNGP04.phx.gbl... Hi - Thanks for your reply - Thats certainly one vote for the .net
connector. Some seem to be having probls with it - at least in .net 2.0.

The article regarding the bdinging issue is here:
http://www.vbmysql.com/articles/visu...a_binding.html

??

Flash
"dmm" <***@***.com> wrote in message
news:OV**************@TK2MSFTNGP04.phx.gbl...
OK so I not an expert never having built an ASP.NET web app against
mySQL, however, I have built an app that talked to mySQL and had web bits
that talked to the backend in php.

I think the most pertinent part of my experience as it applies to you is
that you should be using the managed connectors to mySQL [1].

As for the recommendations that you don't bind your web controls to
mySQL? Seems a bit odd and I suspect your sources are a little
misinformed.
HTHs

[1]
http://www.mysql.com/products/connector/net/
"JJ" <ab*@xyz.com> wrote in message
news:em**************@TK2MSFTNGP05.phx.gbl...
I am a newbie to mySQL. I am developing an ASP .net Web site with mySQL
as the database (of products), using vb .net 2003.
Can anyone point me in the direction of a good book (or in fact ANY
book) on using mySQL with asp .net ??

I am having trouble working out:
1. What type of connector to use to my database (i.e. ODBC or mySQL's
.net Connector)?
2. Whether it is advised to bind you data to the web controls (e.g.
datagrid). I've read somewhere that binding asp controls to your mySQL
data is not advised.....??

I really need help so _ANY_ constructive comments greatly appreciated.

Flash



Jun 2 '06 #4

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

Similar topics

2
by: Xizor | last post by:
Ok, I'm new to PHP and MySQL. I've been going through tutorials, reading the documentation, and looking through web sites. PHP to me seems great! With MySQL it seems even better. However, I'm an...
4
by: RT | last post by:
If anyone can help that would be great. Iım trying to format a timestamp from my MySQL table (sessions) Hereıs the code Iım using: <?php echo date('D,n-j-y h:i:s...
8
by: William Drew | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.databases.mysql This is an invitation to discuss the following proposal to create newsgroup comp.databases.mysql. Please note that YOU...
3
by: Try Kret | last post by:
Hello, Any good documents on how to connect and manipulate data stored in MySQL. Faithfully yours, Try.
1
by: E.T. Grey | last post by:
Hi All, Despite spending the past six to seven hours perusing the docs on the mySQl site, I still have questions unanswered, and have been unable to get any help. I am familiar with Sybase, some...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
0
by: Sam Flywheel | last post by:
Hello, all: I am pleased to announce that the MySQL Journal is moving forward. During the past two weeks, I've been discussing the journal with MySQL AB, and the plan that's been devised...
10
by: bill | last post by:
I have a database of kennels. One page lists the kennels alphabetically by kennel name. I have a field for kennel name and an index with kennel name as the only field. Some of the kennels have...
27
by: gerrymcc | last post by:
Hello, I'm a php/mysql beginner... Is there any way of making the mysql command line client full-screen? Sometimes it's easier to use the client than go thru php, but since it's only about 80...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.