Say I have a list of 300 select queries that other programmers will use.
Is there a way to include comments in each SQL Plus statement so other's can quickly identify what the query does?
Som...
http://www.experts-exchange.com/Database/Oracle/Q_10245364.html
Zones:
Oracle,
SSIDate Answered: 12/10/1999 Rating: 7.4 Views: 0
I have a form page that allows the user to add a record to my database. All works well except if the user enters a ' into one of the fields. i can't find an easy way around this one, except if the ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10288671.htm...
Zones:
ASPDate Answered: 02/02/2000 Rating: 9.0 Views: 0
I want to know that can ASP to lock or hidden a table on SQL server by some command? Also have some ASP command can activate the table again?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10312406.htm...
Zones:
ASPDate Answered: 03/20/2000 Rating: 7.6 Views: 0
I have taken this example from asptoday.
http://asptoday.com/articles/20000316.htm
...
picture = UploadRequest.Item("blob").Item("Value")
Response.ContentType = contentType
Set conn = Se...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10316728.htm...
Zones:
ASPDate Answered: 03/27/2000 Rating: 9.4 Views: 0
I would like to know how to link an Excel spreadsheet to a web page using ASP. When the web page is brought up, the spreadsheet will display the latest updated info so the web page will have to dis...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10317246.htm...
Zones:
ASPDate Answered: 03/31/2000 Rating: 8.8 Views: 0
i am developing web site, in that i am keeping track of users who have visited that site .what actually iwant is to delete details of those users who have not visited the site for 30 days. so where...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10338310.htm...
Zones:
ASPDate Answered: 06/19/2000 Rating: 6.2 Views: 0
How can I capture the error in executing SQL queries?
Example (pseudo-code only):
Set RS = Conn.Execute(query)
If "query is done" Then
display contents
Else
print out error
End I...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10339059.htm...
Zones:
ASPDate Answered: 05/05/2000 Rating: 5.6 Views: 0
Hey, I posted a quiz earlier regarding selecting al records from a table where FieldDate >= #Date# - well, it works in a way, you see; I get no errs, but then again, it selects all the records - an...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10434121.htm...
Zones:
ASPDate Answered: 06/12/2000 Rating: 7.0 Views: 0
I have created a new database with one table in SQL 7.0.
What SQL administration steps do I need to go through to enable ASP Scripts to access this table via a username and password?
Thanks
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10529041.htm...
Zones:
ASPDate Answered: 07/24/2000 Rating: 6.2 Views: 0
Could someone tell me what these lines mean. What is the 3,3 or the 1,3 Also are there any other combinations and what do they do? Thanks
rs.Open sSql,cn,3,3
rs.Open sSql,cn,1,3
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10873321.htm...
Zones:
ASPDate Answered: 08/01/2000 Rating: 9.0 Views: 0