|
Log in | ||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Beyond of the nexus DB functionalities I need to create my own procedures (into a Delphi unit - using third party VCL components) and call those procedures via ODBC from a VB client app. Is that possible?
Basically I have a Delphi app with NexusDB embedded that is used like a database server by few Delphi client apps. Unfortunately, in this client/server system I can call from the client only the Databases functionalities. Is possible to use 'nexus remoting' to call the server procedures but is not enough. I need to 'publish' those (non database) functionalities to a VB client. I want to try a solution using ODBC if is possible. Thank you in advance. |
|
#2
|
|||
|
|||
|
> Basically I have a Delphi app with NexusDB embedded that is used like
> a database server by few Delphi client apps. Unfortunately, in this > client/server system I can call from the client only the Databases > functionalities. Is possible to use 'nexus remoting' to call the > server procedures but is not enough. I need to 'publish' those (non > database) functionalities to a VB client. I want to try a solution > using ODBC if is possible. You can implement custom extensions for the SQL engine triggered by custom keywords, have a look at the recent threads in the SQL group. -- Eivind Bakkestuen [NDD] |
|
#3
|
|||
|
|||
|
Hi,
Thank you for your response. I tried to search something similar with my problem but I'm not able to locate a thread about this subject. Can you help my to locate this thread? Sorin |
|
#4
|
|||
|
|||
|
> Thank you for your response. I tried to search something similar with
> my problem but I'm not able to locate a thread about this subject. > Can you help my to locate this thread? There's some UDF stuff on the code depot; on our webpage, look under Community on the left-hand menu. -- Eivind Bakkestuen [NDD] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TnxListSyncAccess.Destroy - calls error 216 | Henry | nexusdb.public.support | 8 | 13th March 2012 12:25 PM |
| Result from procedures 2 | Patrick Schwarzer | nexusdb.public.support.sql | 1 | 15th February 2011 07:34 AM |
| ANN: RealThinClient SDK 3.38 - Simplified blocking remote calls | Danijel Tkalcec | nexusdb.public.support.thirdparty | 3 | 18th December 2009 01:38 PM |
| Stored Procedures with Delphi | Mark Clark | nexusdb.public.support | 1 | 13th May 2009 11:26 PM |
| procedure calls to the nexus db | Mark Clark | nexusdb.public.support | 3 | 22nd February 2004 01:21 PM |