Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 5649 - 5678 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5649
Hi: What you need is to use your variables "pstr", because you are not concatenating their values. And I also give you two recommendations: - Use an standard...
Jean Honorio Carrillo
jhonorio@...
Send Email
Apr 1, 2004
4:46 pm
5650
UPDATE [tblStores] SET fldCode = pstrZone, fldCName = pstrSName, fldZone = pstrStoreName, etc. etc. WHERE fldOName = ..... kenyetteinmiami...
Nigel Bachmann
redeyedm0nster
Offline Send Email
Apr 1, 2004
4:47 pm
5651
Hi The statement what you are writing for Update is wrong, It should be strUpdateStore = ("UPDATE [tblStores] SET fldCode=pstrZone,fldCName=pstrSName ....."...
Kamalapuri Nagendra K...
knagendrak
Offline Send Email
Apr 1, 2004
4:47 pm
5652
I think this is syntax error.. We can not update like this but it can wor for strUpdateStore = ("UPDATE [tblStores] SET fldCode = pstrZone fldCName =...
C.A.Arul
arul@...
Send Email
Apr 1, 2004
4:48 pm
5653
The code is wrong.. The code should look like below: strUpdateStore = ("UPDATE [tblStores] SET " &_ "fldCode='" & pstrZone & "',fldCName='" & pstrSName &...
K.Srikanth
ksricanth
Offline Send Email
Apr 1, 2004
4:48 pm
5654
Hi All! I am using DBGrid control in VB, and then I have a question about it. I inserted a column on DBGrid without any value and I want to initialize it...
Nasser F
nasser_simple
Offline Send Email
Apr 1, 2004
11:20 pm
5655
I have inherited an application in VB5. I need to update a form which contains a toolbar. I added a button to this toolbar and tried adding a caption for the...
kabir_patel
Offline
Apr 3, 2004
11:02 am
5656
I have never programmed using RDO (I have always used ADO) and need some assistance. I wrote the following piece of code to query a database and ascribe the...
kabir_patel
Offline
Apr 3, 2004
11:19 am
5657
Hi all, I am confused about object creation ( Connection , DataSet Objects.) When I create connection , dataset objects are they shared by all the clients...
ankit@...
ankitbhurat
Offline Send Email
Apr 4, 2004
7:06 am
5658
Hi all, I have a large amount of data to be filled in separate dropdowns for City-Name, Category-Name and Company Name. the average no of records are 30-40...
ankit@...
ankitbhurat
Offline Send Email
Apr 4, 2004
7:06 am
5659
Somebody please help me how can i open *.doc files in VB6 without having MSWord installed in the system. For example you can open .rtf files in richtextbox....
banerjee_saikat
Offline
Apr 4, 2004
2:13 pm
5660
can any one give me some innovative project ideas? thanks in adv [Non-text portions of this message have been removed]...
Arsal.
bcs1b2002
Offline Send Email
Apr 5, 2004
12:36 am
5661
hello! well my dear suppose if ur applicaiton is running on two different computers both sharing the same database which is on a 3rd remote computer So...
Arsal.
bcs1b2002
Offline Send Email
Apr 5, 2004
12:36 am
5662
I would recommend u doing this task wid the help of XML. Store data in XML rather than into database XML files are much quicker to access than the Database ...
Arsal.
bcs1b2002
Offline Send Email
Apr 5, 2004
12:36 am
5663
"XML files are much quicker to access than the Database" ummm...right...quicker in what way?! Nick ... ply&messageNum=5662 Please do not reply to this message...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Apr 5, 2004
11:16 pm
5664
Accessing 30-40k records using MS Access is a lot to ask. Is there a way you can use SQL Server? A relational database with indexes should be quicker than MS...
Natishin, Steve
stephennatishin
Offline Send Email
Apr 6, 2004
5:01 pm
5665
Hi all; How can i bind tables that I cateated visually (via MSDE) to the Dataset?? Thanks; PSU_Genius...
psu_genius
Offline
Apr 7, 2004
5:46 am
5666
I have to agree with this. The Database generates the XML files in the first place. Extra overhead on the DB there. My solution to this would be to turn on...
McBride, Ryan D.
divi2323
Offline Send Email
Apr 7, 2004
7:08 am
5667
30-40K records is what Access was made for. I could understand an argument against using Access for 500K records with really complex queries or something. ...
Nickolaos Fotopoulos
ooweaseloo
Offline Send Email
Apr 7, 2004
10:16 am
5668
Make program that uses tv cards remore control and via remote control program ll control computer i mean simple actiivi. Shutdown etc ... From: Arsal....
sertac
camcisertac
Offline Send Email
Apr 7, 2004
12:22 pm
5669
hello all... how to convert number format like 8E+7 to normal long decimal like 80.000.000 I ussually use function number_format() in PHP to solve that. is...
Isal Firebird97
isal79
Offline Send Email
Apr 7, 2004
5:39 pm
5670
... Here is an example based on the Northwind database on your local system (created by MSDE installation). It assumes you have a Datagrid (Datagrid1) that...
gjmcclure
Offline
Apr 7, 2004
8:34 pm
5671
... there a ... Uh, you did say .NET didn't you? Okay, let's try that again... .NET uses .ToString to format values. Here is the same example in .NET code......
gjmcclure
Offline
Apr 7, 2004
8:43 pm
5672
... there a ... The Format statement should help... try Format(value,"#,###,###") (you may have to switch the ,'s to .'s I have not tried this when set to a...
gjmcclure
Offline
Apr 7, 2004
9:38 pm
5673
Hi, I would like to know how to open and write statment in vb.net in vb6 Open "drive. txt" for input as #1 so how do we write in vb.net...
Yogesh Bhagchandani
yogi_37311
Offline Send Email
Apr 7, 2004
9:59 pm
5674
Asalam O'Alaikum i have a problem to enter data like a voucher[sale,purchase,etc.] in webpage using asp.net or c#.net i can't find DataGrid supported for that...
aaw007us
Offline Send Email
Apr 8, 2004
4:33 pm
5675
Hi to All, I want to write a function which returns the string like 1st, 2nd, 3rd and etc by taking a number as input. For example --> if I give the input 78...
K.Srikanth
ksricanth
Offline Send Email
Apr 8, 2004
5:11 pm
5676
... vb.net Keep in mind that the File type in System.IO space is really stream based, so you have to think in those terms. Here is code to write, then read,...
gjmcclure
Offline
Apr 8, 2004
7:38 pm
5677
... 3rd and ... 23rd. ... No built-in functions that I know of. I may have missed it in .NET though since I haven't had near as much experience in the...
gjmcclure
Offline
Apr 8, 2004
8:38 pm
5678
Hi To open a file and read is very easy in VB.NET. you have to use Streamreader object. It just 3 line code. use the Imports System.IO (Namespace) Dim...
Mohit Gautam
xsgautam
Offline Send Email
Apr 9, 2004
1:55 am
Messages 5649 - 5678 of 9530   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