Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for realone

Hello All, Can anybody help me, i am having challenges getting collections value into the database Here is my sample code. but is not working at all rather is crashing the applications Dim collections As New System.Enrolment.CustomerBiometricsCollection() collections = Me.PrintCaptureWizard1.ShowDialog() Dim dbs As New DBClass Dim mee As String mee …

0
134
Member Avatar for realone

pls i need to call a private sub from another private sub.i.e calling dgrid_cellclick from del_click with the sender and e parameters [code]Private Sub Dgrid_Cellclick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles Dgrid.CellClick Dim i, j As Integer i = e.RowIndex j = e.ColumnIndex If (Dgrid.Item(0, i).Value) Then TextBox2.Text …

Member Avatar for sknake
-1
110
Member Avatar for realone

[code]' Add template and surname to database. Returns added template ID. Public Function AddTemplate(ByRef template As TTemplate) As Long Dim da As New OleDbDataAdapter("select * from Biodata", connection) Dim txtsurname As System.Windows.Forms.TextBox txtsurname = New System.Windows.Forms.TextBox() ' Create SQL command containing ? parameter for BLOB. da.InsertCommand = New OleDbCommand("INSERT INTO …

Member Avatar for kvprajapati
0
153
Member Avatar for realone

cmd = New SqlCommand(sql, myConnection) reader = cmd.ExecuteReader() While reader.Read() For Columns = 0 To reader.FieldCount - 1 Category = reader.Item(Columns) 'READ COLUMN FROM DATABASE cmbfld.Items.Add(Category) ComboRow += 1 Next End While this code is populating the records instead of the field name.what can i do pls?

Member Avatar for kvprajapati
-1
111
Member Avatar for realone

Pls see my code.Nothing is displaying in the grid [code]Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim connString As String = "Provider=SQLOLEDB;Data Source=MSALAMEEN;uid=sa;pwd=Sa1;Initial Catalog=Biometric" Dim myConnection As OleDbConnection = New OleDbConnection myConnection.ConnectionString = connString Dim da As OleDbDataAdapter = New OleDbDataAdapter("Select ID from bdata", myConnection) …

Member Avatar for samir_ibrahim
0
114
Member Avatar for realone

see my code pls Imports System.Data.SqlClient Inherits System.Windows.Forms.Form Dim myConnection As SqlConnection Dim myCommand As SqlCommand Dim dr As SqlDataReader ' the database we'll be connecting to myConnection= New SqlConnection("Data Source=MSALAMEEN;Initial Catalog=Biometric;Integrated Security=True") I am having declaration in the last line above(myConnection)

Member Avatar for Stevoni
0
92
Member Avatar for realone

pls help job at stake!! An image is stored into database using delphi with a back end Access.This images were imported into sql server.Now i want to display the image using vb6.Please help with the code

Member Avatar for VIeditorlover
0
522
Member Avatar for realone

hi guys, pls can u help me with an algorithm that we compare record in a database one after the other.As in the first record compare to other records in the database,second record also compare compare with other records in the db,.....................untill all the records are compare. i want to …

Member Avatar for dadelsen
0
191
Member Avatar for realone

Hi guys, i want to add a character to the begining and the end of a multilne text box and save it into a file. e.g 1234 6789 9087 output '1234', '6789', '9087' i will appreciate the code to achieve this in vb6

Member Avatar for selvaganapathy
0
71
Member Avatar for realone

Hi, Please i need a code in vb6 to compare record stored in databse one after the other to check for the occurence of duplicate record . 1. The check will be the first record compare with other records 2. The check will be the second record compare with other …

Member Avatar for selvaganapathy
0
161
Member Avatar for realone

pls how do i Creating a dynamic report with crystal report 10 in vb 6.I want to display the report by the output of my query result

0
48
Member Avatar for realone
Member Avatar for debasisdas
0
46
Member Avatar for realone

Thank u so much for sending this code,and i appreciate it so much.But i need to be able to move foward by getting thesame code that will save into the database,Others conversion i used were'nt working.Pls help me with the code that will save in to the database(SQL server) with …

Member Avatar for debasisdas
0
269
Member Avatar for realone

i am developing a project so it involves working with picture.i have a code in vb6 that can retrieve image from the sql server,the code is this.And i need exact of such code that will be able to save into the DB,to avoid disparity in the binary conversion. Dim CN …

Member Avatar for debasisdas
0
132
Member Avatar for realone

pls can anybody help with how to insert a bracket into a string after the count of 3 characters in vb6

Member Avatar for debasisdas
0
75
Member Avatar for realone

Pls i want to generate two report from my database one for duplicate of record based on thumbprint the other for original thumbprint using VB6 and sql server.I need the code.I will appreciate your help. i mean i want to track duplicate of thumbprint in one table and distinct of …

Member Avatar for debasisdas
0
89
Member Avatar for amass

i want to use Crystal reports to generate my reports. how can i connect to the server. i am using SQL server as my database with vb6

Member Avatar for choudhuryshouvi
0
218