Q by OracleATE
I am developing an application with VB 6 as front end and Oracle 8i as back end. I need to run my application in other systems also, so I need to export the table structures of my application to other systems. How can I do this? Thank you.
Re by Jcmdba
There are a number of ways to “e[......]
Read More…
Q by Gcasner
We are a SQL 2000 Database shop using Visual Basic 6.0 & Windows 2003. I need to develop an application that can access an Orcale database on a remote system (sight to sight VPN in place) using SQL. I retreived some information yesterday that enabled me to construct the connect stat[......]
Read More…
Q by Blowerycolumbus
I have several programs that where written in vb6 that are now required to be automated through a scheduler. It has been a while since I coded in vb6 and need to know a way to get access to the current logged on users credentials to pass on to a database loggon. the Oracle datab[......]
Read More…
Q by vijaycse
how can i connect to a ms access database which resides on other computer in a network using vb6.0
Re by CharlesJC
1. Place the database in a directory the is accessible to the user running the program. 2. In your VB project, add a reference to the Microsoft ActiveX Data Objects 2.[......]
Read More…
Q by YitoGraft
I am useing an access database table to populate some lists. I want to dynamicly add picture boxes that I use to seperate the list box as if lined based on how many records I have in the database. Basicly, I just need to know how to add a control by code. I don’t want to have to[......]
Read More…
Q by rosy99
Good day, Iam traying to get result of my record as below If next record is biger than previous show "1" If next record is same previous show "1" If next record is smallest show "0" if next record is same previous show "0" Example [......]
Read More…
Q by skovac
I have a custom VB application that connects to an Oracle database (9.2.0.5). It inserts records into an interface table then disconnects from Oracle. The VB app is on about 400 PCs with about 5000 inserts into the interface table daily. My question is having this app connect and disconn[......]
Read More…
Question by Arnaud66
Hi, I am trying to create an agent in a database that creates a new document in the local address book using its local form (Person). Debug shows that all is fine except that it does not save (the flag value is -1). What am I missing? Here is my code:
Sub Initialize
Dim s As Not[......]
Read More…
Question by wanaug
Hullo every one. Am programming in VB6 and connecting to an oracle db. How can I get the database to authenticate users, maintain all the specified privileges in the database from my application?
Thanx!
Wana
____________________________________
Replied by costevet
When you connect[......]
Read More…
Author: Nosa Lee
Original Address: http://www.seeksunslowly.com/dot-net-vb6-listview-scroll-row
To reprint this article, please indicate the source, thank you.
_____________________________________
Sometimes, we need to scroll a row/item to a visual position in ListView control (.NET: View property [......]
Read More…