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
~4K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for sackymatt

Hi all I have a situation, i have a form that has a datagridview, on form load, it selects the data from sql db, now what i want is when i right click on one row, i should be able to delete that row and it should also get deleted …

Member Avatar for Pgmer
0
2K
Member Avatar for sackymatt

Hi all, i have a table "Contracts", with fields CompanyNumber, MaturityDate and other fields. i have a form in vb.net, with a textbox that should check if the entered company number exist in my db, if it does it should check whether the maturity date is bigger or less than …

Member Avatar for prvnkmr194
0
382
Member Avatar for sackymatt

Hi all, I have a small problem that i cant figure out. i have a program that i want when a user select a date from a datetimepicker, it filters evrything from the datagridview that are for that date.. Hare is the code i have Private Sub Button1_Click_1(ByVal sender As …

Member Avatar for sweber25
0
153
Member Avatar for sackymatt

Hi all, i would like to know how to access data in the database using vb6 and the database in ms access 2007. for example i have a table in the database called item, with data fields such as itemname, item-id ,etc, so if i want to access the data …

Member Avatar for vb5prgrmr
0
144
Member Avatar for sackymatt

Hi all, I want to know how i can decrement the value of quantity in stock in my data base. This would be based on how times an item is purchased. So every time an item is clicked, i want to show the quantity has decreased in the database. I …

Member Avatar for vb5prgrmr
0
234
Member Avatar for sackymatt

Hi guys am new on VB6 and would like your urgent help, i have created my POS half way and have created a form for sales, now what i want is when i enter an item code all the other information related to the item diplays at the respective text …

Member Avatar for sackymatt
0
219
Member Avatar for sackymatt

hi there, i have a form in Vb6 and a msacess 2007 database connected using ADODC, on a form is a listbox that i want to populate with the table data from the database, the name of the database is Storenw and the table from which i want to access …

Member Avatar for sackymatt
0
351
Member Avatar for t_yalthis

HI THERE, i wana connect msaccess database to vb6, so that i can be able to view the data in the tables in the database in the listbox, so far this the code i used to connect but get this error "The connection cannot be used to perfom this operation. …

Member Avatar for Comatose
0
683
Member Avatar for anud18

[code] option Explicit Private Sub cmdAccept_Click() Dim cn As New ADODB.Connection Dim strCNString As String Dim rs As New ADODB.Recordset Dim Txt As String On Error GoTo ErrHandler 'Connect to database strCNString = "Data Source=" & App.Path & "\databasename.mdb" cn.Provider = "Microsoft Jet 4.0 OLE DB Provider" cn.ConnectionString = strCNString …

Member Avatar for sackymatt
0
212
Member Avatar for sackymatt

Hi guys, am new in this, i have created a database in msaccess and connected it to vb6 using Adodc, now ma question is , how or wat tool must i use to display or populate data from data from the database, ist a listbox , a grid or which …

Member Avatar for Comatose
0
101

The End.