Greetings
I am trying to connect to a database and delete some records. I keep getting the following linking errors:
CRS01_BlowoutDlg.obj : error LNK2001: unresolved external symbol _SQLFreeEnv@4
CRS01_BlowoutDlg.obj : error LNK2001: unresolved external symbol _SQLDisconnect@4...
I have an asp page on a corporate intranet that needs to read a csv file from a remote server. We set up a virtual directory on the webserver (IIS 5) box that points to the remote server's directory. We gave the all Domain IUSR's permissions to read and write to the virtual directory. On the...
I created an ActiveX dll that creates a connection object to a SQL database on its class_initialize event. When calling the object from an asp page it just hangs the page while trying to create the object. I have the dll in a BIN directory within the wwwroot directory. It is registered.
If I...
Is there a way to loop through all the logical drives in c++? I see how to determine a drive type when I get there but I can't seem to figure out how to scan the objects. In vb it is: For Each Drive in Drives... Thank you
Is there a way to deploy a dll on a server machine running w2000 via dcom so that it will show up in the references window in a visual basic project on another machine?
I am taking the contents of a posted form into a recordset object which means I need to build it from the ground up (create it - add fields - then populate it). The problem is that ADO in VBScript does not seem to have this capability like it does in VB6.
I am looking for a way to create an "virgin" ADO recordset object from scratch without connecting to a datasource. I want to build the fields and populate them with data from data posted from the form of a html page.
I have never had a problem creating a virgin recordset object (via...
I am writing a program that sends an email with an attachment automatically when invoked from a command line. One of the command line arguments is the email address of the recipient (it is an outside address to another company). My question is, I am using the MAPI.Session.Recipients object but...
I have 3 frames a,b,c
I am pushing a submit button on c that is reloading b so that it hits the server to activate some backend usp's and redisplay data.
The question is that there are values in hidden boxes in b that I need to preserve. How can I reload the hidden box values AFTER the reload?
Is it possible to open a child window from an asp page (setting a reference to oWin or whatever) AND THEN navigate the parent's window to ANOTHER asp page AND persist the oWin reference in the new asp page?
I have an asp page (asp1) in which a link invokes the window.open function for another asp (asp2) page.
the user then can invoke stored procedures from a submit button on asp1 that changes the underlying data for asp2 (still opened).
How can I get asp2 to refresh when the submit button is...
Example : I have 3 fields in a table
GroupNo Profit NoEmployees
1 $5 2
1 $1 1
2 $2 2
2 $0 2
I want report to appear as such
Group Profit NoEmployees
1
$5 2
$1 1
totals $6 3...
Is it possible to obtain the value of an attribute in the previous row <TR> of a table while looping in xsl?
Here is sample xml:
<rs:data>
<z:row Position=1 LedgerID="619568"/>
<z:row Position=2 LedgerID="649185"/>
<z:row Position=3 LedgerID="619642"/>...
Is it possible to use a variable to build a comma delimited list of attribute values? I am using a for loop to iterate through a xml doc. While I am doing this I would like to build a comma-delimited list of values obtained from the same element/attribute as I for-loop. I will then use this...
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.