Ask a Question related to ASP Database, Design and Development.
-
michaaal #1
How can I dynamically create a MS Access database?
On my web server, I want my ASP code to check and see if the file called
"SECURITY.MDB" exists and if it doesn't then I want it to dynamically create
it with a table called "USERLIST" that contains the fields "USERNAME" and
"PASSWORD". How would I do this?
michaaal Guest
-
Create link dynamically
Hi Gurus. I want to look in PDF files to find regular expressions and dynamically create link on each match. I think Javascript can not do... -
Dynamically create datasource
Hi http://groups.yahoo.com/group/coldfusion-howto/message/3086 -
Help needed with ASP form browse for file, create link to file and insert in access database
I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then... -
How can I create a table in my Access database dynamically in ASP?
How can I create a table in my Access database dynamically using ASP? -
Could not access/create a database on a NFS mount / Please help to fix that
Hello, I'm using INFORMIX-SE Personal Edition Version 7.25.TC3 on Windows 2000 (NTFS). 1.If I run DB-Access, choose "connect to" server :... -
Bob Barrows #2
Re: How can I dynamically create a MS Access database?
michaaal wrote:
To see if a database file exists:> On my web server, I want my ASP code to check and see if the file
> called "SECURITY.MDB" exists and if it doesn't then I want it to
> dynamically create it with a table called "USERLIST" that contains
> the fields "USERNAME" and "PASSWORD". How would I do this?
[url]http://www.aspfaq.com/show.asp?id=2351[/url]
To create a database:
[url]http://www.aspfaq.com/show.asp?id=2029[/url]
HTH,
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
michaaal #3
Re: How can I dynamically create a MS Access database?
> To create a database:
Bob I appreciate the above link, but when i run it I get this error message> [url]http://www.aspfaq.com/show.asp?id=2029[/url]
in my browser...
a.. Error Type:
Provider (0x80004002)
No such interface supported
/include.inc, line 39
It seems that my computer doesn't like the "cat.create..." command. Any
thoughts?
T
michaaal Guest
-
Bob Barrows #4
Re: How can I dynamically create a MS Access database?
michaaal wrote:
I can't tell without seeing the code you attempted to use. The code works>>> To create a database:
>> [url]http://www.aspfaq.com/show.asp?id=2029[/url]
> Bob I appreciate the above link, but when i run it I get this error
> message in my browser...
>
> a.. Error Type:
> Provider (0x80004002)
> No such interface supported
> /include.inc, line 39
>
> It seems that my computer doesn't like the "cat.create..." command.
> Any thoughts?
>
> T
for me. Is your MDAC installation up-to-date?
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

