Hi all,
I use access for my database and tyr to create a report in Excel with pivot tables and pivot charts.My problem is th pivot table does not resfresh to reflect the changes in the data source ,even after I ticked refresh on open in the data options tab in the table options.
The flow is...
Hi all,
I have a query like this
sqlq = "SELECT Customers.CompanyName, Category.CategoryName, Customers.Area, Employees.FirstName, [Order Details].Quantity*[Order Details].UnitPrice, Orders.InvoiceNumber, [Payment Methods].PaymentMethod, Payments.PaymentAmount, Payments.PaymentDate...
Hi all,
I am using Access database and through VBA Coding I retrieve results of a SQL query into Excel.My problem is when I use a SQL Query with GROUP BY claus I get an error similar to
[Microsoft][ODBC Microsoft Access Driver]You tried to execute a query that does not include the...
Hi all,
I am using Access database and through VBA Coding I retrieve results of a SQL query into Excel.My problem is when I use a SQL Query with GROUP BY claus I get an error similar to
[Microsoft][ODBC Microsoft Access Driver]You tried to execute a query that does not include the...
Hi all,
I am unable to retrieve recordsets (Connected to Oracle 9i) but the PL/SQL procedure is getting executed(all the delete and update queries are working fine).If I try to access the values in the record set I get an error:
Operation is not allowed when the object is closed.
The...
Hi
I am having a problem in opening the recordset as a result of the following ASP code calling an ORACLE procedure
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.open "DSN=****;UID=####;PWD=&&&&"
Set Comm = Server.CreateObject("ADODB.Command")...
Hi
I am having a problem in opening the recordset as a result of the following ASP code calling an ORACLE procedure
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.open "DSN=****;UID=####;PWD=&&&&"
Set Comm = Server.CreateObject("ADODB.Command")...
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.