Showing related tags and posts across the entire site.
-
I am using JetReports to generate most of my reports. For some of them, I am also using VBA and ADO to get the result directly from SQL Server 2005 database and import it into Excel . The problem I have been having with the latter is that if I need to get the value of a field that has DateFormula (1W...
-
Imcurrently working on a project to integrate a mobile solution to Navision. We have decided on a stagin table route directly into the underlying SQL database. I an currently having an issue with the Nav Time field, which is seen as datetime on the sql server table. This issue i have is using sql insert...
-
Hi, I have the following problem. When I try to read data out of sql server in put it into a dataset which i write into an xml file i get the following date: <Starting_x0020_Time>1753-01-1T00:00:00.0000000+01:00</Starting_x0020_Time> How can i set an empty value instead of...
-
I have searched the forum and found some relevant information regarding my topic, but am unsure whether the info answers my questions. I have tried my best to determine whether I am using ADO with C/ODBC. Here is an example of the asp code that I have. Am I in fact using ADO? Someone told me that I am...