Here is the table structure. How can I display the data into one column (Access) grouped on User_ID and Group columns (see Expected Result)
Group DT ACCESS USER_ID
TAG 01/01/2019 U JOHNS
TAG 01/01/2019 R JOHNS
FIR 01/02/2009 R SAMS
Result:
Group DT...
Please note I am able to add a simple SELECT statement in the sQL string and it works fine and I am also able to run the SP via PL/SQL however I cannot execute the SP...
I
For some reason I cannot execute this Stored procedure VIA ASP.
Here is my code:
<%
dim db_conn
db_conn = "Provider=MSDAORA;Data Source=Pilot;User Id=USer1;Password=SecretPassword;"
set conn = server.createobject("adodb.connection")
set Cmd = Server.CreateObject("ADODB.Command")...
We have a ticket system with a SQL Server backend. We want to grant a developer READ ONLY access to a specific table however we need to have additional security. We dont want the developer to have access to all the contents of that table. Is there a way to limit what type of data the user can...
Hello,
How can I query:
1) Return the Highest Amount (col1) and return both Amount (Col1) and Amount Date (Col2)
2) Return the two records before that Amount Date (Col2) from Item 1
3) Return the two records after that Amount Date (Col2) from Item 1
There should be 5 records total:
The...
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.