PDA

View Full Version : Stored Procedures help



shortj
06-20-2007, 03:52 AM
Hello Forum,

I am attempting to create and online application, using mysql database linked to a .net front end. My intention is to create a DAL layer using stored procedures which are now supported by sql 5.0.

I was wondering if anyone could advise me if it is possible to do this on bluehost?
any help appreciated

shortj

charlesgan
06-20-2007, 04:45 AM
bluehost is linux hosting, and you can running .php script here.

.net will need windows hosting with asp.net support.
not supported at BH

if need help in finding a good windows hosting. PM me.
will give you the list i have.

Necron99
06-20-2007, 03:54 PM
It doesn't matter what access method you are using as a client (.NET, et.al). You should be able to create stored procedures in the MySQL database of your account at Bluehost.

See:

http://dev.mysql.com/doc/refman/5.0/en/stored-procedures.html
http://www.databasejournal.com/features/mysql/article.php/3525581

Dave