How to solve this problem?
Run time SQL error -- Index "FK_GRID" has an inaccurate leaf page count statistics
An error occurred while validating my backup.
Hello,
I am trying to start the database and it is presenting the error described below: (using Adaptive Server Anywhere Network Server Version 9.0.2.3951)
Can not create stream controller thread.
What can it be? If someone can help me thank you.
Hello, how do I map dependencies between tables? (I'm using ASA 9)
Example:
I have to send the order table before the order item tables.
I would like to do a select where it can return me in order of dependency between tables.
select * ???
from s...
Thanks!@Breck Carter
I was trying to connect an application to Sybase 9, it worked using the following string:
**Driver=Sql Anywhere 17;ENG=XXXXX;UID=dba;PWD=XXXXXX;DBN=XXXXX;**
I don't have ASA 9 in 64bits, for that reason I used ASA 17.
Hello,
I was thinking more in that direction, get all the Foreign Keys and their composition and save them on a table and then rebuild.
I did so:
CREATE TABLE TBFKCOMMAND(
ID INTEGER IDENTITY,
COMMAND_LINE TEXT,
PRIMARY KEY (ID)
);
INSERT INTO T...
Yes, I can change.
I added it in ODBC DOBROADCAST = NONE, but it did not work.
ODBC Image
https://drive.google.com/open?id=0BxTS6FYDkr9qbGx0YnFTQ0lyYzg