Forum: MS SQL Sep 11th, 2009 |
| Replies: 2 Views: 539 Hi,
I am trying to add the forum posting URL into the database through created form.
insert date URL Like: http://www.daniweb.com/forums/post982864.html#post982864
Receiving error:... |
Forum: MS SQL Sep 10th, 2009 |
| Replies: 2 Views: 539 Hi,
I have setup the MS SQL 2000 database and setup one form for insert query to insert some personal details. But the when the detail contains special character like #,?,=,/ etc.,, database... |
Forum: MS SQL Jun 15th, 2009 |
| Replies: 3 Views: 488 If you are looking to know the name of the web application that can be used instead of Ms SQL Enterprise Manager then MyLittleAdmin is such a web application. |
Forum: MS SQL Jun 12th, 2009 |
| Replies: 2 Views: 504 You can dynamically render the connection string according to the username and password supplied in the form.
strSQLconn = "Driver={SQL Server};Server=Servername;Database=dbname;" & _
"Uid=" &... |