Hi,
I'm new to Crystal reports and I'm having a hack round to see what I can do.
I'm used to using SQL Server 2000 & Transact-SQL.
I was looking to create a local database (i can't use the SQL Server database as it's a company production version & I can't clutter it up with development data)
In Crystal SQL designer I did just test this function using the SQL server ODBC link. It worked o.k. and I deleted the table I'd created.
CREATE TABLE [TEST_TABLE] (
[PROJ_NO] varchar (10) NOT NULL,
[CRE_DATE] datetime NOT NULL,
[REL_ACT__DATE] datetime NULL,
[STAND_RESP_ID] varchar (10) NULL,
[CO_STAT_CODE] varchar (10) NULL)
So I thought I'd try creating an access database on my local machine. Which I did in 'my documents' folder - test.mdb.
I created 1 table table1.
When I tried the above function after linking to the access database I got an error :-
ODBC Error [Access Driver] Cannot modify the design of table 'TEST_TABLE'. It is in an read-only database'.
Can anyone help.
I'm not an expert in Access I've only dabbled with it. I've played around with creating ODBC links and setting security permissions but I haven't managed to fix the problem.
My machine is running Windows 2000.
Access 2000.
Crystal Desgner 8.0.0.0.
Regards,
Ian
I'm new to Crystal reports and I'm having a hack round to see what I can do.
I'm used to using SQL Server 2000 & Transact-SQL.
I was looking to create a local database (i can't use the SQL Server database as it's a company production version & I can't clutter it up with development data)
In Crystal SQL designer I did just test this function using the SQL server ODBC link. It worked o.k. and I deleted the table I'd created.
CREATE TABLE [TEST_TABLE] (
[PROJ_NO] varchar (10) NOT NULL,
[CRE_DATE] datetime NOT NULL,
[REL_ACT__DATE] datetime NULL,
[STAND_RESP_ID] varchar (10) NULL,
[CO_STAT_CODE] varchar (10) NULL)
So I thought I'd try creating an access database on my local machine. Which I did in 'my documents' folder - test.mdb.
I created 1 table table1.
When I tried the above function after linking to the access database I got an error :-
ODBC Error [Access Driver] Cannot modify the design of table 'TEST_TABLE'. It is in an read-only database'.
Can anyone help.
I'm not an expert in Access I've only dabbled with it. I've played around with creating ODBC links and setting security permissions but I haven't managed to fix the problem.
My machine is running Windows 2000.
Access 2000.
Crystal Desgner 8.0.0.0.
Regards,
Ian