Thanks! I will have to try this at home tonight as I do not have Microsoft Access where I am at right now.
The code is written in LabVIEW. This LabVIEW code is what is accessing the Linux tables and sequences. What I am trying to do is simulate the Linux setup in Access so that I can do...
I am working with code that is already written to access tables and sequences on a Linux OS, the code consisting of PostgreSQL commands. Here is the exact command used to access this sequence I am talking about:
"SELECT nextval('seq_name')
What I need to do is mimick this sequence in my...
I am working on mimicking a Linux databse in Access. One of the objects is called a 'Sequence'. A PostgreSQL book that I have states the command as "CREATE SEQUENCE", but I have no idea how to create a 'Sequence' in Access. I already have a database created with some tables, but also need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.