I've looked high and low for a solution to this with no luck. I'm trying to use this code - http://www.4guysfromrolla.com/webtech/042600-1.2.shtml - to generate Access reports in ASP. The problem is the Access file is not an MDB, it's an ADP with data and stored procs in SQL Server 2000. I have...
This is driving me nuts. I'm out of ideas. Please help.
Here's the ASP code which accesses SQL Server 2000:
sSQL = "CREATE TABLE [" & tablename & "] ( " & _
"[photo] [varchar] (50) NOT NULL, " & _
"[mydate] [smalldatetime] NOT NULL " & _
") ON [PRIMARY]"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.