Search found 6 matches

by LeonardoAG
15.05.2012, 16:00
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

Logfile: 2012-05-15 11:59:24 cat: Connect, proto: mssql, msg: CONNECT TO "sql1.litoral.com.br" AS USER "usr6427" 2012-05-15 11:59:24 cat: Connect, proto: mssql, msg: USE db-6427, errcode: 0, error: General SQL Server error: Check messages from the SQL Server. Could not locate ent...
by LeonardoAG
30.04.2012, 16:30
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

Had already attempted in version 6.6.6, now with version 7.0.0 still gives error.

When I put quotes appears the error image attached
by LeonardoAG
23.04.2012, 22:09
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

SQL Server 8.0.194
by LeonardoAG
23.04.2012, 21:47
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

I tried with new version 7.0 and continues to have the same error
by LeonardoAG
05.04.2012, 20:12
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

Only putting the parameters in the component's properties in Object Inspector appears the error.

Database = db-6427
HostName = sql1.litoral.com.br
Password = XXXXXX
Protocol = mssql
User = XXXXX

When you place connected = true, the error appears.
by LeonardoAG
05.04.2012, 16:00
Forum: 6.6 - stable
Topic: Parameter database, bug?
Replies: 12
Views: 1495

Parameter database, bug?

I'm trying to access a SQL Server database remotely, but when I put the component zconnection1.connection:=true gives an error "Could not locate entry in sysdatabases for database 'db'." I put as parameter database:='db-6427', seems to be omitted after the "-". Is it a bug of the...