I need to check the existence of records by ID in a loop. Under DAO seek worked much faster than repeatedly running an SQL query under ADO and checking if the resulting recordset is empty.
Is ther...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_10228296.html
Zones:
VB DBDate Answered: 11/10/1999 Rating: 6.8 Views: 4
hi!
i wish to write a ID3 Catalogue...
how do i seek to the last 128 bytes in a MP3 file, there is a "ID3:" string before..
how do i seek to that position and copy it into a string ?
stian
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10362256.html
I understand that using SEEK is better than using .FIND when finding a record in a table since .FIND reads the records in the table in sequential order. But SEEK requires an index.
If I want to...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20136194.html
Zones:
Visual BasicDate Answered: 07/21/2001 Rating: 7.2 Views: 0
If I right click on Start, my floppy drive goes nuts. It starts seeking for no reason. There isn't a disk in the drive either. I also do not have find fast on the computer. Sometimes it takes 3...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20151641.html
Zones:
Windows 98Date Answered: 07/17/2001 Rating: 7.6 Views: 0
I am using Access2000 Mdb file.
Set db = OpenDatabase("c:\accounting\accounting.mdb")
Set td = db.OpenRecordset("TheData", dbOpenTable)
Set td2 = db.OpenRecordset("DataUnique", dbOpenTable)
S...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20294469.html
Zones:
Visual BasicDate Answered: 04/28/2002 Rating: 9.6 Views: 0
Years ago when I wrote Fortran programs on a DecSystem10,
the linker output would give you, by procedure, the
procedures referenced.
I wrote a little filter that would report, in table form,...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20997950.html
Zones:
Visual BasicDate Answered: 05/31/2004 Rating: 8.6 Views: 0
I think this is easy to answer, but I can't find the solution
I have this code:
SEEK THISFORM.TEXT1.Value
IF FOUND()
THISFORM.TEXT2.Value = catalog.title
ELSE
MESSAGEBOX("Da...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_21236807.html
Zones:
FoxProDate Answered: 12/09/2004 Rating: 8.4 Views: 0
A couple weeks ago i was browsing a link to a site that was a kind of an online contact management app. You plugged in your profile, listed past contacts and people looking looking for services mat...
http://www.experts-exchange.com/Web_Development/Internet_Marketing/Q_21627577.html
Ok, below code works, I am just trying to modify to make work another way. Right now the databases are as follows:
I have 2 separate delimited text files, we will call one FILE1 and the other F...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_22044180.html
Zones:
PerlDate Answered: 11/08/2006 Rating: 8.8 Views: 0
HDAT2 is was chosen to attempt to repair a 40 Gig Segate Hard disk after Sea Tools zero write low level format was unsuccessful (basically the Sea Tools low level format or zero write would hang an...
http://www.experts-exchange.com/Storage/Misc/Q_22467321.html