Tagged Questions
The transoft tag has no wiki summary.
1
vote
5answers
431 views
How to replace one value with another when comparing 2 strings?
My user have a password field such as “0!ZWQ2” saved in the database.
I must unscramble my User input password from “aA1234” to “0!ZWQ2” and compare it to data in a database.
The 2 strings that I ...
0
votes
1answer
36 views
Transoft ODBC sqlReader error: File does not exsist: TableName
I got a question on connecting and getting table names out of a DSN that is apparently a Transoft driver. This question is here:
OdbcConnection.GetSchema("TABLES"); not working on a ...
0
votes
0answers
31 views
USQL more advanced functions
I'm using Transoft's USQL client server application linking to a C-ISAM file structure.
I can get the most of the SQL to work however can't seem to find how to do things like toUpperCase
I've tried ...
0
votes
1answer
682 views
.NET ODBC DataProvider never connects via Transoft ODBC driver
I've got a windows service that I've written in .Net. In our current implementation we are interfacing with a Transoft ODBC. I've got logging implemented, and basically when we open the ODBC ...