This is a discussion on "MySQL Connection String Info" within the Classic ASP section. This forum, and the thread "MySQL Connection String Info are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
MySQL Connection String Info
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
MySQL Connection String Info
I have been using MySQL since few weeks ago and I got this connection string from somewhere but I could not understand the OPTION thing.
Could somebody give a brief info about this? and one more thing, is there any LockType (like in MS Access MS SQL) in MySQL? Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
|||
|
Re: MySQL Connection String Info
Any one? Please
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
||||
|
Re: MySQL Connection String Info
I've worked with SQL / Access for over two years now and I still don't understand the connection strings....
Maybe you can find some answers here: http://connectionstrings.com/
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: MySQL Connection String Info
Quote:
That's where I learn all the connection string that I use in my page. but, they don't include enough explanation to the connection string, like the "OPTION=4" sometimes I saw "OPTION=3", I don't understand that and I don't know if I should know that either. Maybe it is some kind of "LOCKTYPE"?? Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 23rd, 2007 at 04:18. |
|
||||
|
Re: MySQL Connection String Info
MySql official documentation:
http://dev.mysql.com/doc/refman/5.0/...nnectionstring
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
Last edited by c010depunkk; Oct 23rd, 2007 at 06:51. Reason: sry, that was for SQL |
|
|||
|
Re: MySQL Connection String Info
I am using MySQL v5.0.
Does your link apply to my connection string, that looks different.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: MySQL Connection String Info
I have this two kind of connection string that I always use:
Connection 1
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Oct 23rd, 2007 at 07:57. |
|
||||
|
Re: MySQL Connection String Info
Well, I'm no guru, so I can't really help you further. Till now I was just applying common sense and Google on your problem
good luck....
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: MySQL Connection String Info
I have no idea what I am talking about here so please ignore me if you want but after a bit of googling I found this solution. In between connection 1 and connection 2 there should be an rs.close
|
|
|||
|
Re: MySQL Connection String Info
Quote:
The connection will not be at the same page. I use either one of them. I want to perform rs.AddNew and rs.Update in my page. It can be done only by using Connection 1. When I use Connection 2 I get the error message. Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Connection string for password protected databases | alexgeek | Classic ASP | 6 | Oct 31st, 2007 15:59 |
| PHP n MySQL connection | uddin | PHP Forum | 1 | Apr 18th, 2007 06:41 |
| another database connection question! asp and mysql | fogofogo | Classic ASP | 4 | Dec 2nd, 2005 08:48 |
| Connection String DSN-less | gwx03 | Classic ASP | 11 | Nov 26th, 2003 12:07 |
| dns less connection String | djaccess | Classic ASP | 7 | Oct 5th, 2003 14:34 |