I figured it out. Turns out Month and Year have system values (?) so they have to be enclosed in [].
This worked:
INSERT INTO Occupancy ( UserProjName, DRSiRecordType, DRSiResultNumber, DRSsDescription, [Year], [Month], Amount ) values ('" & UserProjName & "'," &...
I just tried that but got the same error. Thanks for the suggestion though!
"INSERT INTO Occupancy ( UserProjName, DRSiRecordType, DRSiResultNumber, DRSsDescription, Year, Month, Amount ) values ('135',10000,6,'Mall Shop GLA Occ. Area SqFt',2002,1,286316)"
Melissa
I have created the following piece of code to update a database (I am kind of new at this) but it fails with the above error. If I put the insert statement into a SQL window with the right values - it works fine. Here is the statement:
Dim UserProjName As String
Dim DRSiRecordType As Long
Dim...
Sorry - this may be a basic question but I am new to Solaris...
I want to delete all the files in a folder that are older than a certain date. How do I do that?
Thanks in advance.
Melissa
Thanks Ken for your help! So far so good!
On another note - can you recommend a good book to help me learn? I have some experience with HPUX but not solaris.
Thanks!
Melissa
I am fairly new to Solaris. I support an app that runs on it. I have two basic questions.
First, in HP UNIX there is a command "top" that will show you what is processing and what kind of system resources it is utilizing. Is there something similar in Solaris? I have jobs that are...
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.