|
ASP
Data Base Questions
How do I connect to a non-default
instance of SQL Server?
How do I debug my SQL statements?
Why does Access give me 'unspecified error' messages?
How do I handle BIT / BOOLEAN columns?
Schema: How do I get the stored procedures out of a database?
How do I sort out a query with optional parameters?
What is wrong with 'LIKE *'?
Why should I avoid NULLs in my database?
Which is better, rs(0) or rs("column_name")?
|