Search the web
Sign In
New User? Sign Up
helpwithvb · A group for those who need help with Visual Basic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8698 - 8727 of 22573   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8698
I am trying to create a routine that merges two or more files, and does not duplicate any lines. I thought the fastest way would be to add the lines to a...
Alan Segal
alansegal1
Offline Send Email
Apr 1, 2003
1:27 pm
8699
Hi Alan, That is almost like saying I want to shuffle cards faster <g> Are the layouts of all of the files the same ? That is, is each line a Record with the...
Steve Manser
smanser@...
Send Email
Apr 1, 2003
2:44 pm
8700
Hi Steve, Essentially, I am trying to do is merge files that contain X, Y and Y1 coordinates for a graph. I need to prevent duplicate lines as this will cause ...
Alan Segal
alansegal1
Offline Send Email
Apr 1, 2003
3:27 pm
8701
The like operator is actually very fast compared to instr(). I haven't benchmarked it, but, try reading in your first file, then, for each line in the second...
Neiger, Bruce D
thezorch
Offline Send Email
Apr 1, 2003
4:31 pm
8702
Thanks Bruce, That works great..... It runs in a very acceptable time now! HUGE HUGE DIFFERENCE!!!!! (I can even eliminate the code showing which file it is...
Alan Segal
alansegal1
Offline Send Email
Apr 1, 2003
4:46 pm
8703
maybe a user type record made into an array would be a little faster. Insert and redim the array with new data - and search new ones using an sub or index to...
rick farnkopf
rwfarnkopf
Offline Send Email
Apr 1, 2003
4:56 pm
8704
I used a RTB as the size of the files might exceed the capacity of a string (approx 65K, no limit for the RTB) ... ...
Alan Segal
alansegal1
Offline Send Email
Apr 1, 2003
5:01 pm
8705
Glad it worked -- sorry about the syntax ... From: Alan Segal [mailto:johnsmiley@...] Sent: Tuesday, April 01, 2003 11:44 AM To:...
Neiger, Bruce D
thezorch
Offline Send Email
Apr 1, 2003
7:26 pm
8706
Hi Allen, 1) The slowest things in VB are string and file manipulations. 2) If you use any Arrays, make sure that you ReDim in Chunks that are appropriate...
Steve Manser
smanser@...
Send Email
Apr 1, 2003
9:32 pm
8707
I have decided to use odbc for my password login screen. Are there any drawbacks to this? And I will connect to the access database using the odbcjt32.dll. ???...
Jamie
mindserve
Offline Send Email
Apr 2, 2003
1:21 pm
8708
1.You cannot use the jet providers to do a create tables using ADO. 2.You cannot use the jet providers to create index's using ADO. ?? Jamie ...
Jamie
mindserve
Offline Send Email
Apr 2, 2003
2:55 pm
8709
Jamie, True, from What I understand, You Need ADOX to create, modify the database structure. ... From: Jamie [mailto:mindserve@...] Sent: Wednesday,...
Joe Wasko
jpwswbug
Offline Send Email
Apr 2, 2003
2:57 pm
8710
Jamie, I don't think I've used the odbcjt32.dll, at least directly, or intentionally. Our friends in Redmond have spent, literally, millions upon millions of...
Steve Manser
smanser@...
Send Email
Apr 2, 2003
3:03 pm
8711
actually, you can use the connection to execute a SQL "CREATE TABLE" I believe... ADOX just simplifies that task... doesn't always work with all providers...
MOD
lmodllmodl
Online Now Send Email
Apr 2, 2003
3:04 pm
8712
Tell me what would be wrong about using the following attached code. Why do some people connect using DSN? Is there a better way to code this?? ( found some...
Jamie
mindserve
Offline Send Email
Apr 2, 2003
3:16 pm
8713
Joe has just nailed it. Have you had a chance to look at Toby Bascom's ADOX Example where he demos some of those capabilities ? www.carpet-sharks.com I also...
Steve Manser
smanser@...
Send Email
Apr 2, 2003
3:17 pm
8714
http://www.dns.net/dnsrd/ DNS Resources Directory ... About the DNS The Domain Name System (DNS) is a distributed Internet directory service. DNS is used...
Steve Manser
smanser@...
Send Email
Apr 2, 2003
3:44 pm
8715
Hello all, I trying vb.net out with a friend. The problem is that when its done installing, and we choose form the templates windows application we get this. ...
John L. Goodale
lukeG_99
Offline Send Email
Apr 2, 2003
8:41 pm
8716
How can I disable the ability to Paste data into a textbox. This is to keep people from copying and pasting data for verification. If I set everything to...
Joe Wasko
jpwswbug
Offline Send Email
Apr 2, 2003
8:46 pm
8717
You can set the property to Locked, and then the textbox cannot be edited at all. It can be read from. Jamie __________________________________________________...
Jamie
mindserve
Offline Send Email
Apr 2, 2003
9:10 pm
8718
Hi everyone here comes one of those questions that I don't need to know but would like to it's not a programing question but hear goes how do you come up with ...
cvaiross
Offline Send Email
Apr 3, 2003
1:34 am
8719
<<Can you fill us in, or give more details ? Maybe a URL to an article on the DLL ?>> ******************************************* From the folks at 1 Redmond...
Jamie
mindserve
Offline Send Email
Apr 3, 2003
1:41 am
8720
From: http://www.vbrad.com/pf.asp?p=source/tip_conn_str.htm This page is a tutorial on how to more easily create a Connection String by making use of a .udl...
Steve Manser
smanser@...
Send Email
Apr 3, 2003
1:57 am
8721
From: http://www.vbrad.com/pf.asp?p=source/src_two_points.htm The Earth is round (or so Copernicus will have us believe) and that sucks. Why? Because we can't...
Steve Manser
smanser@...
Send Email
Apr 3, 2003
2:34 am
8722
From: http://www.vbrad.com/pf.asp?p=source/tip_Stupid_Keyboard_Tricks.htm Nice article about short cuts in the VB IDE, and how to save time while coding, and...
Steve Manser
smanser@...
Send Email
Apr 3, 2003
3:20 am
8723
From: http://www.vbrad.com/pf.asp?p=Articles/janmay01/art_LazyProgrammer.htm Contrary to what the title/subject line says, this web article extols the...
Steve Manser
smanser@...
Send Email
Apr 3, 2003
3:37 am
8724
Perhaps you're better off preventing the copy than the paste? Might you be able to not have the second password box pop up until they leave the first one,...
Sottilaro, Laurie
loriscally
Offline Send Email
Apr 3, 2003
1:25 pm
8725
Hi Steve, Always good to know these things... Well, I'm off to France. Talk to you next week! All the best, Vasco -- SAPO ADSL.PT, apanhe já o comboio da...
Vasco Pinhão
vpinhao@...
Send Email
Apr 3, 2003
2:05 pm
8726
Which of the following are automation Objects. Forms? Modules? Classes? Dll's? OCX's? ACTIVEX.EXE's? Where can I find information about What is an Automation...
Joe Wasko
jpwswbug
Offline Send Email
Apr 3, 2003
3:49 pm
8727
IIRC, an automation object is basically a COM server where you can either run the server free-standing, or use automation to control it programatically from...
Sottilaro, Laurie
loriscally
Offline Send Email
Apr 3, 2003
3:59 pm
Messages 8698 - 8727 of 22573   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help