Hello I am supposed to write a query that gets the total of drugs dispensed in a day and also the total of the week (ends sunday) for a given period.
I can get the first part of the query without problems.
SELECT [Filldate], Count([Filldate]) AS itemused From CNumber WHERE RegionId=1 And...
Hi,
I am getting an error - program performed illegal operation - exception 10h in module msvbvm60.dll when program checks for new version on server if exists downloads the program by closing the current program
1. App.exe -- calls AppUpdate.exe using shellcode
2. AppUpdate.exe terminate...
Hello,
I wrote a program in vb 6 to show some data reports getting data from access. I also installed a copy on my laptop. The program works fine on the pc but not on the laptop since there is no printer attached to it. The msdn library says that you need a printer to show the report, but...
Hello,
I am trying to convert an excel graph into a Visual Basic Graph. I do manage to get the data from either a db or a file.The problem that I have encountered is that I cannot display the value of the column in the graph.
The Y shows only values like 10, 20, 30 so if the value of a...
Hello,
I am trying to write an sql statement but an error keeps coming up.
I need to retrieve data from more than one table so I a using the INNer JOIN statement, but still no luck.
The error is in the from part according to the error message.
Any help welcome
The code part is
SQLStr =...
Hello,
I am using VB 6.0 to access an Access 2000 db.
The problem is when I run the program this RTE comes up.
"-2147217900 (80040e14) closing Delimetr not found ...".
I know what is causing the problem but do not know how to avoid it.
some fields of the data contain the character "'". I...
Hello Everyone,
I am having a little bit of troubles storing data into a database. I will paste part of the code for simpler explanations.
I send data from a server to the host application and try to update it by using recordsets.
The first to tables work fine but when I try with...
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.