Hi...
how to avoid multiple entry display in combo box?
ie) if we are displaying the TV List in Combo...
combo1.additem "samsung"
combo1.additem "onida"
combo1.additem "samsung"
how to disaply onida and samsung one time...?
Sree..
User Profile
Collapse
-
combobox multiple entry
-
Hi..
Thks a lot...
Sree.. -
-
-
MSFLEXGRID problem
Hi...
Below is my code:
[code=vb]Dim trs As New ADODB.Recordset
Public cn As ADODB.Connectio n
Public Sub databaseconnect ()
Set cn = New ADODB.Connectio n
cn.Open "Provider=SQLOL EDB.1;Integrate d Security=SSPI;P ersist Security Info=False;Init ial Catalog=hrms;Da ta Source=."
End Sub
Private Sub Combo1_Click() ' pcode
Do While... -
How to rectify overflow error occured?
Hi..
i appended 4 to 5 records, after that overflow error had occured while executing the sql query in vb....
Pl guide me how to solve this?
Sree... -
Hi..
Thks a lot for ur quick reply..
I'm using sql and not ms access..
I'm getting error as overflow while running this form...
How to insert this date into the database using sql query?
Sree.......Leave a comment:
-
how to store the radio buttons checked value in a database (sql)using vb
Hi..
I'm using 2 radio buttons in my form, for the user to select male or female..
How to insert this value into the database....
Any one pl help..
Sree. -
Problem in DTPicker
Hi..
I'd a problem while using the DTPicker in VB form.
While executing the sql statement,
cn.execute "insert into empdetails values(' " & DTPicker1.value & " ')"
Got the error as overflow.... pl help me..how to avoid this...?
Sree
No activity results to display
Show More
Leave a comment: