Search found 51 matches

by Tim K
Tue Sep 17, 2019 11:27 am
Forum: Xbase++ 2.0
Topic: Creating a CDX table in an ADS data dictionary in XBASE++
Replies: 5
Views: 28374

Re: Creating a CDX table in an ADS data dictionary in XBASE+

It was syntax in my connection string. ";UID=AdsSys" did the trick. I can now create a table in the dictionary. Thanks, Roger.
by Tim K
Fri Sep 13, 2019 3:11 pm
Forum: Xbase++ 2.0
Topic: Creating a CDX table in an ADS data dictionary in XBASE++
Replies: 5
Views: 28374

Re: Creating a CDX table in an ADS data dictionary in XBASE+

USER() is 'anonymous.' I added ";user ID = adssys" to my DacSession() connection string. Still comes back 'anonymous.'

I probably can't address this further until Monday.
by Tim K
Fri Sep 13, 2019 10:00 am
Forum: Xbase++ 2.0
Topic: Creating a CDX table in an ADS data dictionary in XBASE++
Replies: 5
Views: 28374

Creating a CDX table in an ADS data dictionary in XBASE++

I want to create tables on the fly into a Data dictionary in my app so I don't have to manually create 6 tables every time I add a table. I've tried DBCREATE( ) using the dictionary dacsession but it creates it in the default free table session. I'm trying a CREATE TABLE ...IN DATABASE SQL statement...
by Tim K
Tue Jun 18, 2019 2:22 pm
Forum: Xbase++ 2.0
Topic: ADS Replication - Anybody know anybody who uses it?
Replies: 2
Views: 7880

Re: ADS Replication - Anybody know anybody who uses it?

This is to be used across WAN connections. I've been quoted $3200 from an SAP rep for all my servers with a total of 220 user licenses. Thanks for looking into this.
by Tim K
Mon Jun 17, 2019 4:28 pm
Forum: Xbase++ 2.0
Topic: ADS Replication - Anybody know anybody who uses it?
Replies: 2
Views: 7880

ADS Replication - Anybody know anybody who uses it?

I'm hoping for the benefit of some experience with ADS replication. Does it work like magic? Is it finicky? I have many replica databases I maintain. If this works well it could save me a lot of trouble.
by Tim K
Wed Jun 12, 2019 2:07 pm
Forum: SqlQuery
Topic: Query from DC_AdsStatement leaving files open
Replies: 2
Views: 9466

Re: Query from DC_AdsStatement leaving files open

That's what I was missing. Thanks.
by Tim K
Tue Jun 11, 2019 9:30 am
Forum: SqlQuery
Topic: Query from DC_AdsStatement leaving files open
Replies: 2
Views: 9466

Query from DC_AdsStatement leaving files open

I'm using a query using DC_AdsStatement that does a SELECT INTO a file which works great except the files selected from and created remain open, but not as open work areas. How do I release these files? Is DROP TABLE the proper way or is will that restrict future use?
by Tim K
Tue Jun 11, 2019 9:21 am
Forum: SqlQuery
Topic: SQL query progress bar
Replies: 2
Views: 8681

Re: SQL query progress bar

Good information. Thank you.
by Tim K
Mon Jun 10, 2019 3:45 pm
Forum: SqlQuery
Topic: SQL query progress bar
Replies: 2
Views: 8681

SQL query progress bar

I've noticed the architect's SQL query tool has a progress bar during queries. Is there a way to get progress data during dc_AdsStatement :execute() ?