Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
956 views

Using tlbexp.exe on a COM dll

I am trying to set up communication between Centura and a COM .dll. (Downloaded from http://download.resip.fr for a database import) Centura requires a .tlb file to be able to communicate to this ...
0
votes
1answer
229 views

ODBC Driver or .NET DataProvider for Centura SQLbase needed

For a Customer we need to import data from an old Centura SQLBase 7.5.1 database. The best way would be to connect directly from .Net to the customers database, but I can't find a driver or .Net ...
0
votes
1answer
140 views

How to validate a data field for A-Z, 0-9 and “*” in SQL Windows?

I'm trying to define the input mask for a field in SQL Windows. I now that setting "AAA" would make the field accept anything from A to Z; "999" would make it accept any number. But how do I make it ...