User Profile
Collapse
-
Hash table ..is a kind of data structure that uses hash function to map the index to the values. -
i guess so... buy many thanks for the link, at least i can check my RegEx first...
thanks very much!Leave a comment:
-
Using RegEx in extracting Data in a File
Hello,
i've tried to extract certain data using Regex in a File. but it seems not working.No errors and warnings have been found.
here is my code:
...Code:Private Sub extractTxt(ByVal inputFile As String) ' this will extract specific text from a ' file using Regular Expressions class in .net Dim DateRegEx As Regex Dim m As Match Dim i As Integer -
-
converting GMT to Remote time
Hello to all,
i am actually a VB programmer, but right now i am ask to code in PHP.
a code that will convert GMT to a remote time...can anyone give me an idea where to start...thanks. .
regards,
Dave -
Browser Back-Button Problem
Hello to all..
does anyone have an idea how to renew the back-button functionalities of a browser in AJAX? ...please help i need it badly :(
thanks! -
Embedding Amzi Prolog to Visual Basic
Good day to all
Can anyone help me on this, I am trying to embed Amzi Prolog to Visual basic, using VB as the Front-end(GUI) and the Prolog as the LogicBase.
do anyone know how to embed it to VB..or is there a third-party software needed or is there DLL needed?
please help..i need this badly.
thanks! -
Component in VB for Pattern Recognition
Hi to all,
can anyone help me by sharing there knowledge about pattern recognition using VB6...is there a Component or tool that can do the work?...im going to do pattern recognition on an image.
your knwledge on this area is of great help to me.!
God bless -
heres my latest code:
[CODE=vb]Private Function UpdateBottles()
Dim i As Integer
For i = 0 To ListAssigned.Li stCount - 1
With rsbot2
.ActiveConnecti on = cn
.CursorLocation = adUseClient
.CursorType = adOpenKeyset
.LockType = adLockOptimisti c
.Open "UPDATE bottles SET bot_status = ' & Borrowed & ', order_id = '&...Leave a comment:
-
You can do both.. but I usually place it in my VB form code. I haven't used VB.NET but I think there is a lot of similarity to VB6 :)
try this code:
[CODE=vb]Public cn As New ADODB.Connectio n
Dim rsItem As New ADODB.Recordset
cn.ConnectionSt ring = "DSN=ftL_OD BC" 'this is my connection to my Database
cn.Open
With rsItemt
.ActiveConnecti on = cn ' this is...Leave a comment:
-
use SQL command to do this,
try this:
"SELECT item_desc, item_price FROM Item WHERE item_ID =" &val(textbox.te xt)
SELECT syntax: SELECT <table.column > FROM <table>
hope this one helped you...Leave a comment:
-
ive tried that one but
It is still not working well...it doesnt still update the table......Leave a comment:
-
-
List and Update code of SQL...
Hello everyone good day!
I have this problem in my program.
Situation: I have ListBox that contains all Bottle Number, which is a Primary Key of my Table: Bottles. What I want to do is update all rows in the table Bottles where bottle number = ListAssigned.Li stIndex = i. Here is my code: (I've used FOR LOOP to loop in all the entries in my Listbox).
[CODE=vb]Private Function UpdateBottles()
... -
thanks...
i did try this code and it worked as well..
Private Sub fillList()
Do While Not rsBot.EOF
cmboBotNo.AddIt em rsBot(0) ' rsbot is a recordset
rsBot.movenext
Loop
End Sub...Leave a comment:
-
there is an error in the line : Set CboName.DataSou rce = Rs
error : ' cant bind the data source...Leave a comment:
-
there is a MsgBox saying "no compatible data source was found for this control" when i cliked the rowSource property of DBCombo...im using MySQL as my database...Leave a comment:
-
-
Combo Box connected to Database
Hello everyone..im having problem in connecting my Combo Box to my database.
What i want to do is to place all entries of one column in my Db to combo box.
Like this...I want to place all entries in the Column <customer_nam e> of my <customer> table of my DB in my combo box. i really need this code badly.
Thanks in advance....
No activity results to display
Show More
Leave a comment: