Re: Delphi.net is Beta?
- From: "Farshad" <farshad@xxxxxxxxxxxxxxxx>
- Date: Wed, 9 Jan 2008 11:20:21 +0200
Hi Bob,
"Bob Swart"
Did you try to connect using the regular SqlDataSource? To which SQL
Server database? (did you build the connectionstring yet, or does the
error message come up before you have a chance to do that?)
Yes I used the regular SqlDataSource.
I tried both MSDE2000 and MS SQL EXPRESS getting different error messages.
I tried both Local Authentication and login via "sa" with no luck.
I let the wizard build the connection string and after it when it comes to
"Confgure the Select Statement" stage I get the below errors.
I can see the list of tables in the database but if I choose any of them,
the error message is displayed again.
I tried on two different PCs with one having a fresh installation and fully
updated version of RAD Studio
The automatically generated Connenction String looks like this:
Provider=SQLOLEDB;Data Source=ELITE-PRIME;User ID=sa;Initial
Catalog=ACCESS_MAIN
******Errors******
<SQL EXPRESS ERROR>
Schema could not be retrieved for this table. Please make sure the
connection settings are correct and that the database is online.
Invalid object name 'SYSOBJECTS'.
</SQL EXPRESS ERROR>
<MSDE ERROR>
Schema could not be retrieved for this table. Please make sure the
connection settings are correct and that the database is online.
Invalid object name 'SYSINDEXKEYS'.
Invalid object name 'SYSINDEXES'.
</MSDE ERROR>
.
- References:
- Delphi.net is Beta?
- From: Farshad
- Re: Delphi.net is Beta?
- From: Bob Swart
- Delphi.net is Beta?
- Prev by Date: Re: Future of multi-tier (database) development with Delphi
- Next by Date: Re: Delphi.net is Beta?
- Previous by thread: Re: Delphi.net is Beta?
- Next by thread: Bill Gate's Last Day at Microsoft
- Index(es):
Relevant Pages
|