I have three buttons in my .jsp file. When I run the project the first button always has focus. How can I set focus on the second button from the start?
Hi, I have a Business View which uses dynamic data connection. Everything works grate but in the Crystal Report which uses this view crystal creates parameter field to prompt you for schema. It creates it with a certain name <your connection name + space + parameter>. I wasn't able to change...
Hi, I have a text file about 3MB, which I have to extract into Oracle within my vb6 application. I also have to check for several values if they exist in other tables then write the data into a table. Right now for a text file of 3MB it takes about 3 hours to complete. Is it normal?
I access db...
Can I connect to Oracle DB without using tnsnames.ora?
when I create the connection to oracle it asks you for a server name which is a service name from tnsnames.ora, it doesn't like when I specify just a server name. I tried to create different odbc connections using different drivers(MS...
Any one had it done before? I can't find the example code for CR 9. I need to add groups and totals depends on user selection. DB is Oracle 8i.
Please!
I need to display result of my query using Crystal Reports. The report will be created during the run time based on the user selection. I am using CR 9. How can I do it?
Thanks
I keep on geting this error :
"unable to load report" #20525
here is my code:
crRep.ReportFileName = App.Path & "\"& "EXPORT.rpt"
crRep.Connect = "ODBC;DSN=DFO;SRVR=;UID=SCOTT;PWD=TIGER;"
crRep.RetrieveDataFiles
crRep.Action = 1
The report works just...
I am trying to update certan record in Oracle table. For some reason it updates all the recods in this table. This is my code:
Dim RecSet As ADODB.Recordset
sSQL = "select * from export_val where rec_id = " & mvarRec_id
Set RecSet = New ADODB.Recordset
RecSet.Open sSQL, con...
Does anyone out there have a tried and trued method for backing up and restoring Exchange 5.5 on a SCSI Perc RAID 5 server? The reason I ask is we are using some pretty old software for back ups and it recently stopped working properly. It no longer will back up our 2+gig edb file. I just want...
Just curious if anyone has ever used Novastor's NovaBac for backing up Exchange server. I have a problem with this particular (older) version. For starters, it does not support open file backup so I have to kill the services and reboot prior to backing up. A pain but always worked in the past...
Any one knows what I can do about it? my system is xp
Initializing first test to use userid: scott, password: tiger
Attempting to connect using userid: scott
The test did not succeed.
ORA-01034: ORACLE not available
There may be an error in the fields entered,
or the server may not be ready...
here is my code:
Dim sSql As String
Dim sCon As ADODB.Connection
Dim sRs As ADODB.Recordset
Dim i As Integer
Set sCon = New ADODB.Connection
sCon.Open sConnect
Set sRs = New ADODB.Recordset
sSql = "Select * from geo_area where geo_id = -1"...
After installing VB6 and MSDN I can't run help through VB.
Selecting help gives me an error "the msdn collection does not exist". I know it's a bag, any one knows how to fix it?
Thanks
Hi,
I have to insert a new record in two tables
Table1(IDTable1, IDTable2,Value1, Value2)
Table2(IDTable2,Value1)
What the statment will look like?
Thanks.
This is a code from my ActiveX, module name is Combo.cls
Private m_ListValue() As String
Private m_RecCount As Long
Public Property Let RecCount(ByVal vData As String)
m_RecCount = vData
End Property
Public Property Get RecCount() As String
RecCount = m_RecCount
End Property
Public...
I have created an ActiveX dll (BO's to connect) which connects and creates new entries in the database. I have an object for every field in the recordset. When the record count is more than 1, how do I assign the information to my BO? I need to be able to scroll through the recordset. I can...
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.