Questions tagged [sqltalk]

SQLTalk is an interactive user interface for SQLBase.

SQLTalk is an interactive user interface for SQLBase.

http://support.guptatechnologies.com/Docs/SQLBase/Books/sqltalk10/sqltalk_intro.htm

5 questions
2
votes
3 answers

SQL-Select ends up in an Error when combined

I try to do a simple select for some duplicates but my sql statement always end up with this error: Command not properly ended What I have is a table like this EAN STR ============= ==== 8030524096397 AAAA 8030524096397 …
Dwza
  • 6,494
  • 6
  • 41
  • 73
1
vote
1 answer

A replacement for the simple SQLTalk

I am using SQLTalk for Windows, version 10.0.0-PTF1 Build 13914. It is a very simple database administrator: I use PgAdmin for PostgreSQL and it has many tools. But SQLTalk doesn't have, for example, undo feature (CTRL+Z). So I would like to know if…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
0
votes
0 answers

XML parsing: Document parsing required too much memory when set up using transactional replica to migrate data from on premise DB to Azure

During the transactional replica set up from on premise DB to Azure. We hit XML parsing: Document parsing required too much memory when bcp data from a table.
0
votes
2 answers

Connect to remote SQLBase database using sqltalk

I modified my sql.ini file to connect to a remote server hosting an SQLBase db, so I added the following line: [win32client.ws32] serverpath=serverName,IP_ADDRESS,PORT_NUMBER/* But I get the following error when executing the command set server…
Platus
  • 1,753
  • 8
  • 25
  • 51
0
votes
0 answers

Autoconnect a database with sqltalk from cmd

I want to autoconnect a database using sqltalk from cmd. Is there any way to do that?