|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
how to set a read/write database. Help!!! |
From: |
yehasp |
Date: |
3/2/1999 10:53:26 PM |
IP: |
202.101.115.210 |
[Microsoft][ODBC Microsoft Access 97 Driver] Can't modify the design of table 'yemao'. It's in a read-only database
the follow is the code:
<%
Dim DB_CONN
DB_CONN = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.Mappath("nppc163.mdb")
dim conn
set conn = server.createobject("ADOdb.connection")
conn.open db_conn
Dim objRecordset
Set objRecordset = Server.CreateObject("ADODB.Recordset")
sqlstr="create table yemao (name text(4) Null)"
set objrecordset=conn.execute(sqlstr)
%>
|
Follow Up - Re: how to set a read/write database. Help!!! - Pete 3/3/1999 4:10:02 AM
|
|
|
|
|
|
|
|
|
|
|
|