Loading

Visual Basic 6.0

Visual Basic (VB) is the third-generation event-driven programming language and associated development environment (IDE) from Microsoft for its COM programming model.

MTD AND YTD

I have a database in access sales & labor how can get by a code MTD AND YTD amounts.

any sample codes or query?

Thank you very much i have been trying for 2 months now and I have not been able to do it

any help I would appreciate it alot.

my email: jose@qualityhotelvancouver.com
THANK YOU

help me to change the list view title??

i have download and file on this forum, then i want to change the list view tittle.. as u see in the picture > whre the code to change ?? to change all of that tittle??

slow select distinct jet access and vb6 classic

my code for sql:
Public Function ExecuteSQL(SQL)

CLEAN_UP

Set RST0 = New ADODB.Recordset
With RST0
.CursorLocation = adUseServer
DoEvents
.Open SQL, CONN3, adOpenForwardOnly, adLockReadOnly, adCmdText

'.Source = SQL
'.CursorLocation = adUseServer
'.ActiveConnection = CONN3
'.CursorType = adOpenForwardOnly
'.LockType = adLockReadOnly
'DoEvents
'.Open Options:=adCmdText

End With

End Function

importing database problem

im just want to do is i want to import the database on the running program but i dont know how to do can any one teach me

How to connect the database of mysql to vb.60

How can i connect the database of mysql to vb.60? please answer me...tNX!

Please help VB6 msaccess database sharing in Mapped Drive

Hi to all expert,

Patulong naman..

Shared ko po ang msaccess database gamit ang mapdrive, para makaconnect ang ibang pc gamit ang exe ko. Kaso ito lumalabas na error pagmarami na kami nakaka share sa database:

the database has been placed in a state by user 'admin' on machine 'XXX' that prevents it from being opened or locked

ito po ang code ko

Tree node Problem

Dear admin,
At first my u take my nonsmoker
My problem is, i made a tree node in vb6. When the form is loaded then all Child Node are expended But i want only tree node are Expended and Child node are Collapse.
Please Please Help Me this to solve problem.
Partho Kumar Boruya

Best method to open table for Add.new

Wath is the best method to open access table with jet 4.0 to use Add.new ?
Actually i use:

Set RST = New ADODB.Recordset
RST.Open "table1", CONN, adOpenDynamic, adLockOptimistic

my conn:

Code:
Public Sub APRI_CONNESSIONE()

On Error GoTo Err_SomeName

Dim PC_OPERANTE As String

PC_OPERANTE = Environ$("COMPUTERNAME")

Set CONN = New ADODB.Connection

How to back up and restore dabase using microsoft sql server as my database

iam use microsoft sql server 2000

how to restore and back-up the database of Microsoft sql server 2000

I use VB 6.0 and i need a code for backup and restore database to my system ?

I wish you can help please . Thank you ..

help me making sms gateway

hii guys I am new be. I am have make application using sms gateway in visual basic 6.0.

please help me....

Pages