I am having a issue with Windows 2000 server and routing and remote access. The server is a DC running as a DHCP server and firewall(utilizing Black Ice server edition). The server contains two NIC's and I will refer to them as "WAN" and "LAN"
The WAN is connected to a...
'The connection will return a Closed RecordSet only If the Query is a non row returning execution. Other wise it returns a open recordset. VALUES(" & rs("fld1")& ")" Will also retun a null since the rs.close was called prior to the request of the field Also The MoveNext...
To the best of my knowledge that cannot be done. What you could do is a Select Case with the possibilities of the QueryString.
<A herf='thispage.asp?func=FunctionOne'>Click Me</A>
'thispage.asp
Function YourFunction(ByVal strQuery)
Select Case
Case "FunctionOne"...
'I would lose the DNS and go for the jet provider.
'1) Change "tblYourTable" on line 3 to the table you are accessing
'2) Change "c:\dbYourDataBase.mdb" on line 4 to the database path and name you want to open.
'3) Change "strYourField" To the field you want obtain...
Please post the rest of the script. Also make sure every object has been set. I personaly like to establish my recorset as follows...
Dim strCon
Dim strSQL
Dim objRecordSet
Set objRecordSet = Sever.CreateObject("ADODB.RecordSet")
'Pick One'''''''''''''''''''''''''''''''''''''''...
I am using the version of crystal reports bundled with Visual Studio.net. I have a very large chart report I need to span over multiple pages. How can I accomplish this?
I wanted to create a stand alone crystal report engine install so i can distribute it with out having the user install the entire vb.net project. I added the required files to the setup project.
crnetruntime.msm,
license.msm,
mapping.msm
and
reportengine.msm
I then added my keycode for...
The Only Way I Know Of Is Thru OLE DB
strConnect = _T("Provider=IBMDA400;Data source=AS400;User Id=Username;Password=Password;");
Would Be The String
I'm Trying Unprotect A Project In A Word Document Thru VBA Is this possible? I have a solution now using send keys but I find it hard to believe this is the only way.
Any help would be great!!!!
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.