Jump to content

uniGUI and NexusDB


Jonathan

Recommended Posts

Hello,

I just installed uniGUI on delphi 10.2 and makes some tests.

I'm working with NexusDB and also have nxODBCDriver

I followed the webinar demonstrate uniGUI web application framework, and searched all forums and manuals to find how to work with NexusDB database and uniGUI, with no luck…

This is my first web app and I'm running just the basic things.

I will very appreciate a sample of how to connect all together.

thanks

Jonathan

Link to comment
Share on other sites

There shouldn't be anything special about NexusDB and UniGUI per se.  Just continue as you would with any other DB component.  I suppose simplistically, start by putting your user's connection component in the TUniGUIMainModule instance, which you can think of as each user session's "default" and/or "global" datamodule. (It's not truly "global" of course, in the usual sense of the word, and with "default" i just mean that it is created by default by the application wizard, but of course you can create other datamodules yourself.)

Link to comment
Share on other sites

6 hours ago, wprins said:

There shouldn't be anything special about NexusDB and UniGUI per se.  Just continue as you would with any other DB component.  I suppose simplistically, start by putting your user's connection component in the TUniGUIMainModule instance, which you can think of as each user session's "default" and/or "global" datamodule. (It's not truly "global" of course, in the usual sense of the word, and with "default" i just mean that it is created by default by the application wizard, but of course you can create other datamodules yourself.)

ok..

It looks easier than i thought, I'm going to try it.

thanks wprins

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...