No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
[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 …
I have a dbase created in MSACCESS, how can i retrieve a (field) record with stored pictures on it to Visual Basic Form
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...
'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
'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 …
The End.
rustyboy