I have a CGI script that I want to invoke a perl file. The problem is, I don't want the cgi script to be terminated (exec command) and I don't want the cgi script to wait for the perl process to finish.
I have been trying variations of the following:
system("nohup ./process.pl $filename...
Chip,
I have questions regarding some help you posted about a year ago in regards to a Daylight Savings Time question. The GetTimeZoneInformation function to be specific. How do you properly call that function. It seems like you need to provide an arguement, but I thought the arguement is what...
I am trying to add a querytable to an Excel form and I am receiving a general ODBC error at the .Refresh line of the following code... any ideas?
With Worksheets(1).QueryTables.Add(Connection:=strConn, Destination:=Range("A1"))
.Sql = strSQL
.Refresh
End With
I have checked the...
I am trying to add a querytable to an Excel form and I am receiving a general ODBC error at the .Refresh line of the following code... any ideas?
With Worksheets(1).QueryTables.Add(Connection:=strConn, Destination:=Range("A1"))
.Sql = strSQL
.Refresh
End With
I have checked the...
I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button.
I am not sure of how to...
I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button.
I am not sure of how to...
I need to pull some info from a PostgreSQL database into an Excel spreadsheet for reporting purposes. I have created a query that can do it, but I want to create a form that has at least one parameter for the query which is ran when the user clicks a command button.
I am not sure of how to...
I am trying to fill a list box with distinct rows from a query. I have the data filling the list box, but one of my columns within the list box contains phone number information. I have used an input mask defined within the table that stores the information and anytime I have called the field in...
I am trying to set up a table that requires one field or the other not be null. How can I do this?
Also, I am creating a form that has a text box in it that should be filled with the data from the field that is not null. Any ideas on how to set up the control source or whatever so that it pulls...
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.