Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for swapna7999

[QUOTE=nileshsarode;580979]Hello if you are not familier to connectivity then directly use the oledb provider Steps to create the udl file 1. create the blank notepad file ( do not entere anything and save it with mycon.udl on desktop or any other location) 2. close the notepad editor . U will …

Member Avatar for choeychoco
0
812
Member Avatar for rustyboy

I have a dbase created in MSACCESS, how can i retrieve a (field) record with stored pictures on it to Visual Basic Form

Member Avatar for youquijano
0
59
Member Avatar for rustyboy

I'm new in MYSQL is there anybody who is expert in MSQL as backend and VB6 as front end please i'll be willing to study espcially on the connection. How and what are the procedures? Thanks a lot in advance...hope to share also my little ideas soon...

Member Avatar for rustyboy
0
86
Member Avatar for SpnIslander

'it is better if you code like this Private Sub txtPrice_Change() Dim intVal As Integer dim intQty as Integer intQty=Val(txtQty.text) If intQty%<= 0 Then lblVal.Caption = Val(txtPrice.Text) Else lblVal.Caption = intQty% * Val(txtPrice.Text) End If i hope it will help you..just change the condition

Member Avatar for cometburn
0
319
Member Avatar for hasmiza

'First you need to do is to find or search for your unique field 'after searching open ur table for edit 'see my sample code i do hope it will ease your problem 'i use a simple data control but you can subtitute that using adodc Private sub Edit() openfindbookchild …

Member Avatar for choudhuryshouvi
0
101

The End.