Search Results

Showing results 1 to 40 of 54
Search took 0.01 seconds.
Search: Posts Made By: royaloba
Forum: Visual Basic 4 / 5 / 6 Sep 24th, 2009
Replies: 7
Views: 413
Posted By royaloba
i tried it already but nothing happen
this my code before
DB as adodb.connection ' mysql connection
OP as adodb.connection 'access connection

insert into OP.myaccesstable from DB.mysqltable
...
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2009
Replies: 7
Views: 413
Posted By royaloba
@AndreRet
i have 2 identical table 1 in mysql and 1 in access. i just want to insert all the data from access to mysql. let say the name of table of in mysql is MySQLTABLE1 and the name of table in...
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2009
Replies: 7
Views: 413
Posted By royaloba
Hello guys,

i been searching this for a month still cannot find anything.
is there any way to copy mysql table to ms access?


Best Regards
Forum: Visual Basic 4 / 5 / 6 Sep 23rd, 2009
Replies: 1
Views: 243
Posted By royaloba
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008
Replies: 26
Views: 50,887
Posted By royaloba
hello rajesh,
can you please give me a copy of developer key, it would be very helpful to me.
thanks regards
Forum: Visual Basic 4 / 5 / 6 Nov 18th, 2007
Replies: 3
Views: 991
Posted By royaloba
sample i have a table consisting the following data
ID TIME
1 08:00
2 09:00
3 11:00
4 14:00
5 15:00

when i query from this table, i want to find the nearest...
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2007
Replies: 2
Views: 3,356
Posted By royaloba
try this
dim rs as new adodb.recordset

rs.CursorLocation = adUseClient
rs.open "Select * from table",conn
msgbox rs.recordcount
set rs=nothing
Forum: Visual Basic 4 / 5 / 6 Nov 17th, 2007
Replies: 3
Views: 991
Posted By royaloba
hello guys,
how can i select from table with a given time then select the nearest time available
sample select * from mytable where Time=10:00, i want to get the nearest time
ID | Time
1 ...
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007
Replies: 2
Views: 565
Posted By royaloba
hello Venna,
rs_Wtax.CursorLocation = adUseClient
rs_Wtax.Open "Select * from tblWTax where Code='" & "HF" & "'", conn
If rs_Wtax.RecordCount > 0 Then
MyQty = rs_Wtax(1)
...
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2007
Replies: 2
Views: 565
Posted By royaloba
Code Range1 Range2 Range3 Range4 Range5 Range6
A $0.00 $10.42 $52.08 $177.08 $468.75 $1,041.67
B $0.05 $0.10 $0.15 $0.20 ...
Forum: Visual Basic 4 / 5 / 6 Jul 26th, 2007
Replies: 8
Views: 1,598
Posted By royaloba
Hello Venna,
i'm using mysql, Select Format(sum(Late,'hh:mm') From tbltimecard
error in 'hh:mm'
Regards
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 8
Views: 1,598
Posted By royaloba
hello jireh
i already change the dataformat of that field to time, but still same error occurs
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 8
Views: 1,598
Posted By royaloba
hello veena,
thanks for your quick reponse, i'm using data report. im trying to group the data, my only problem is how to average the time.. im working my time and attendance and im on the final...
Forum: Visual Basic 4 / 5 / 6 Jul 25th, 2007
Replies: 8
Views: 1,598
Posted By royaloba
hello guys,
how can i sum the total time in report footer? when i use function sum
i got this following error data type mismatch in function object function1... is there any on how to do...
Forum: Visual Basic 4 / 5 / 6 Apr 13th, 2007
Replies: 1
Views: 2,257
Posted By royaloba
hello guys,
we have a device, this device is creating a textfile log..
my problem is how to read a new line everytime the last line of the textlog changes..thanks in advance
Forum: Visual Basic 4 / 5 / 6 Mar 2nd, 2007
Replies: 26
Views: 7,944
Posted By royaloba
yes i want to separate all the text files base on the date...thanks
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2007
Replies: 26
Views: 7,944
Posted By royaloba
hello veena,

can you please help me with this problem, i have a .dat file
the contents is like this
00001 2007-02-12 18:13:13
00001 2007-02-12 18:13:23
00001 2007-02-12 18:13:33...
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2007
Replies: 2
Views: 5,426
Posted By royaloba
my sample code gives me a wrong output,
, Event:Access Door:1, Card No.:
, Event:Access Door:1, Card No.:
, Event:Access Door:1, Card No.:
, Event:Access Door:1, Card No.:
,...
Forum: Visual Basic 4 / 5 / 6 Feb 13th, 2007
Replies: 2
Views: 5,426
Posted By royaloba
hello Guys,

can somebody help me reading a .dat file then output the file in a textfile

sample .dat file

1 2007-02-12 18:13:13 1
1 2007-02-12 18:13:20 1
...
Forum: Visual Basic 4 / 5 / 6 Jan 17th, 2007
Replies: 0
Views: 4,943
Posted By royaloba
Hello guys,
im trying to connect to .dbf table every time i try to query from the table it gives a error
[Microsoft][ODBC Visual FoxPro]Operator/operand type ,mismatch

heres my sample code......
Forum: Visual Basic 4 / 5 / 6 Dec 20th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
hello my project is almost done! i have two quetions for you how can i output the textfile in a accending order,sample

I have READER A which have this file

2006/12/17 13:22:29,...
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2006
Replies: 1
Views: 1,647
Posted By royaloba
Hello everyone,
how can i call a exe fox pro .exe file? is this possible?
thanks.
Forum: Visual Basic 4 / 5 / 6 Dec 5th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena, WaltP
thanks guys, i got the correct output!:cheesy: i just place the Close#FN before the wend

Regards
Forum: Visual Basic 4 / 5 / 6 Dec 4th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
thanks, you've solve my 2nd problem, but still my main problem is if i will download all the attendance from the reader it will save only in one file..this is the sample output file... the...
Forum: Visual Basic 4 / 5 / 6 Dec 1st, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
Hello
this is for my other project which i have to donwload all the attendance from the biometric device, then saved it to "C:\TNA\" .txt
as text files, this is sample the code

Dim...
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
Hello. again it's working very nice..thanks..
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
thanks for you quick response, your given code is working well in access, but when i use in mysql it's give a error "FUCNTION CDate does not exist" do have any idea about it..? thanks again..
Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
hello, i add a field in the database named total TotalHours, i add this to compute the difference time of TimeIn and TimeOut, but i have a hardtime doing it, i didn't know where is my error...
Forum: Visual Basic 4 / 5 / 6 Nov 12th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
Veena,
it's working very well, thanks to your help!!!
Forum: Visual Basic 4 / 5 / 6 Nov 11th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
veena,
thanks for you quick response....;) i got the rigth output that i want.. but there is only few bugs...
first when i select a date i.e. 11012006 to 11302006 there is a error, when the...
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2006
Replies: 9
Views: 7,225
Posted By royaloba
try this code;
avg = format((val(txt_num1.text) + val(txt_num2.text) + val(txt_num3.text)) /4, "##")
msg = "The average of four given numbers is " & avg
Forum: Visual Basic 4 / 5 / 6 Oct 20th, 2006
Replies: 15
Views: 8,260
Posted By royaloba
Sir Yomet,
thank you very much it's working very well i just replace the # because it's not valid in mysql... i can now move on to my project...
again THANKS;)
Forum: Visual Basic 4 / 5 / 6 Oct 20th, 2006
Replies: 2
Views: 1,685
Posted By royaloba
Option Explicit

Dim dbCn As String
Dim Cn As ADODB.Connection

dbCn = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=dbEvaluation;data...
Forum: Visual Basic 4 / 5 / 6 Oct 19th, 2006
Replies: 15
Views: 8,260
Posted By royaloba
hello sir Yomet
first thanks for helping me with this project
the problem is when i put the "if not rs.eof then" the return record in the data base in empty... and when i replace it with "if...
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2006
Replies: 15
Views: 8,260
Posted By royaloba
sir yomet
hello sir i have some good news for you, i was able to set the TIMEOUT, but there is few error i want to fix..
SAMPLE OUTPUT mysql...
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2006
Replies: 13
Views: 20,979
Posted By royaloba
Marikanna,
how about reading or sending file thru LAN port...
thanks
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2006
Replies: 7
Views: 3,355
Posted By royaloba
Dim dbCn As String
Dim conn As ADODB.Connection
Dim rptCn As Connection
Dim rptRs As Recordset


Public Sub RptConnect()
Set rptCn = New Connection
rptCn.CursorLocation =...
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2006
Replies: 15
Views: 8,260
Posted By royaloba
Code:
---------
'You will need to add the following declaration
Dim rs As Recordset
---------
Code:
---------
While Not EOF(inFile)
Line Input #inFile, InLine
If InStr(InLine,...
Forum: Visual Basic 4 / 5 / 6 Oct 11th, 2006
Replies: 26
Views: 7,944
Posted By royaloba
hello every one..
good day...
first i was able find the solution in this site on how to open the textfile and save it to the
database, i'm using mysql as my database...thanks to sir "jomet" ;)...
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2006
Replies: 15
Views: 8,260
Posted By royaloba
hello sir jomet its me again.. still i can't solve my problem before.. please help. this is regarding with the timein timeout issue that i tell you before i include the program so you could tell...
Showing results 1 to 40 of 54

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC