Hi
I want to connect a Oracle Database thru VB
by ADODB connection.
I've used
Dim Conn As ADODB.Connection
Dim ObjRec As ADODB.Recordset
Private Sub Form_Load()
Set Conn = New ADODB.Connection
Set ObjRec = New ADODB.Recordset
Conn.open "DSN=misuat;UID=misuat;PWD=misuat007;"...
Thanks for ur reply.
i got connection thru ODBC.
now i want to try it thru ADODB.
problem is what DataSource I have to give,
since MYSQL doesn't show me any DataSource.
If someone can through light on this matter,
it will be a big favour.
Bye
First export all records,
then delete duplicate records.
there are several options for this
such as
Method 1:
SQL> DELETE FROM table_name A WHERE ROWID > (
2 SELECT min(rowid) FROM table_name B
3 WHERE A.key_values = B.key_values);
Method 2:
SQL> create table...
I want to attach Crystal Report to VB,
and also want to connect Oracle data with it.
For that I have to make connection in VB
or in Crystal Reports.
Can anyone put light on this matter.
Thanx.
i don't understand ur question clearly, u might want to increase your tablespace size, do that by
ALTER TABLESPACE <tablespace_name>
ADD DATAFILE 'anyfile.DBF'
SIZE 50M AUTOEXTEND ON NEXT 50M
hi ktameirao (Programmer)
i've seen your problem, the repeating frame which is
getting created, set its properties, Maximum Records
per page to 3, if maximum exceeds 3 ,
check this, it should work.
bye
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.