Hi,
i am planing to make some kind of a WWWBoard, is there a preffered way to keep the entered text by user (usually will be source codes) formatted just like entered ??
E.G >>
function Do...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20264601.htm...
Zones:
ASPDate Answered: 02/08/2002 Rating: 7.0 Views: 0
Hello,
My client is running Linux with Chile Soft for ASP with mySQL database. How do I make the connection string is ASP to connect to the mySQL database?
Thanks,
Chad
http://www.experts-exchange.com/Database/MySQL/Q_20322866.html
Zones:
MySQL ServerDate Answered: 07/15/2002 Rating: 7.8 Views: 0
Hi all,
I am switching from Access to MySQL and have experienced an issues updating a record. Please see the below:
When a user creates an account on the system, the following is executed (a...
http://www.experts-exchange.com/Database/Miscellaneous/Q_21395596.html
Zones:
DatabasesDate Answered: 04/20/2005 Rating: 6.2 Views: 0
Hi Experts,
Is it a good idea to use MYSQL database with ASP ?
Are there any known problems. We are developing a E-Commerce site to sell products online.
-Ron
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21743220.htm...
Zones:
ASPDate Answered: 05/05/2006 Rating: 9.0 Views: 0
New to all this...really!
Can ASP.NET 2.0 "talk" to a MySQL Database or does it need a MS SQL database? Just curious.
Thanks!
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22044681.htm...
Zones:
ASPDate Answered: 10/31/2006 Rating: 9.2 Views: 0
Hello Guys,
I need some help with ASP/MYSQL.
Im trying to run a SQL scrip in ASP (execute it in asp) i.e. create_store.sql but unfortunately Im not having much luck at all!
Does anyone hav...
http://www.experts-exchange.com/Database/MySQL/Q_22694411.html
Hi,
I have a mySQL db on a webserver that I writing to from an ASP web form. The sql is as follows:
"INSERT INTO contact (ContactID, ContactClients, ContactTraining) VALUES (" & Request.Form...
http://www.experts-exchange.com/Database/MySQL/Q_22764409.html
Hi,
I am using ASP (not ASP.Net) to write SQL to mySQL on my webserver. I am using string sql now and having problems with some apostrophes and such. Can someone please tell me what the follow...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22766032.htm...
Hi All,
I'm using the following code to submit a sum to my database:
",'" & FormatNumber(CDbl(Request.Form("Detail_Qty")) * CDbl(Request.Form("Detail_Rate")), 2) & "'" & ")"
Now everythin...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_23055295.htm...
guys,
i am passing the string value from my asp page to the function below, i am having difficulties in assigning this value(sales_isbn) into the select or update statement ...
please have a look...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23056597.html