|
SQLDirect 2.5 Release
A new version of SQLDirect Components is available.
SQLDirect is a lightweight BDE replacement. It allows you to create and easy deploy application for some SQL servers. You can forget about distributing and installing BDE and ODBC libraries with your application.
Related Discussions - GETKEYBOARDSTATE TOGGLES,I DONT WANT TO. (2001-01-08 01:10:05)var
KS: TKeyboardstate;
begin
GetKeyBoardState(KS);
if KS > 1 then
label1.caption := 'Ctrl Key Down'
else label1.caption := 'Ctrl Key...
- CREATING SHORTCUTS (2001-01-28 01:16:27)This is a sample from the MSDN, I tried to translate it into Delphi. I did not try to execute it but it should work.
If it won't, tell me and I'll...
- WHAT ABOUT SMTP AUTHENTIFICATION? DO YOU HAVE SOME COMPONENT ....? (2001-02-07 20:59:53)Yes, there is one. I think the latest and greates release of Indy (formerly known as Winshoes) allows you SMTP authentication. You just have to...
- HOW TO TRANSFER FILES SECURELY? (2001-02-09 07:22:47)There are NO delphi components that handle SecureFTP.
You could write your own FTP Server and FTP Client
based upon the Indy code and implement...
- HOW TO ACCES MORE THAN 1 KEY AT ONCE? (2001-02-16 00:09:07)Thx, but I found out for myself ;)
- CONNECTING TO MICROSOFT SQL 97/2000 SERVER WITHOUT BDE? (2001-02-19 13:31:28)ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify...
- SIMULATE THE PRESSING OF KEYS IN OTHER APPLICATIONS. (2001-02-20 04:37:41)well u r asking for quite a bit and so will naturally have to do a lot too
so here it goes
This is a library that I came across that does...
- WHAT IS THE DIFFERENCE BETWEEN DELPHI 6 AND KYLIX? (2001-02-27 07:13:31)Yes, it should be available some time around April or perhaps around May. I called Borland, and that's the answer I got from them.
- DELPHI TO C++.. THE "WITH" RESERVED WORD. WHAT IS IT IN C++? (2001-03-07 06:46:28)It is possible to use a C macro to create this. I had a
need for this last year, no longer have the code.
Sorry!
BTW: I have seen similar...
- HOW CAN I CREATE A GRADIENT MENU LIKE THE STARTMENU IN WIN2K? (2001-03-06 04:37:32)First, insert an item at the bottom of your menu. Give it "-" caption (separator), so the user can't click on it. Put "mbBreak" in the break...
|