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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 6712 - 6741 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6712
Hi Group, I am working on a project where I need to store the details and in some cases I also need to store the photographs in the database.The platform i am...
loka.srusvin@...
srushvinr
Offline Send Email
Jun 2, 2005
9:22 am
6713
What is the correct syntax to get a distinct list from two columns? I tried: cmdContacts.CommandText = "Select Distinct CntctLastName, CntctFirstName from...
Charles Parks
cpbgark
Offline Send Email
Jun 2, 2005
5:35 pm
6714
Hi, Use the ADO recordset object methods called "appendchunk" and "ReadChunk". With in the datatabase you have to create column that supports Binary data. use...
Dhanunjaya
sdhanu
Offline Send Email
Jun 2, 2005
5:35 pm
6715
Well if you type in www.google.com Blob images in SQL, but there are 2 ways, you can do it in SQLServer stored procedure or trigger, or you can do it in VB. ...
Sam4Software@...
samsoftwareltd
Offline Send Email
Jun 2, 2005
7:49 pm
6716
Could somebody help me in resolve the folowing error? I receive a compilation error on CreateObject --> do not declared Thank you very much Private Sub...
Gabriele
gabriele_col
Offline Send Email
Jun 3, 2005
11:29 pm
6717
I actually made a database software using VB 6.0 and MS-Access as the backend,i am having problems cos i am not abl to connect the database in the setup that i...
kuchhu2402
Offline Send Email
Jun 5, 2005
6:22 pm
6718
You could do Dim doc As new oWord.Document doc = oWord.Documents.Open("C:\emptyTable.doc") Although Dim objX as New Whatever is frowned upon in VB6 The normal...
Hal Gibson
yakshasa
Offline Send Email
Jun 6, 2005
4:03 am
6719
I am trying out an example in my book that has lstResults.Items.Clear () as well as a couple of other declarations with the same lstResults.Items and VB.NET...
David
shadowheart1701
Offline Send Email
Jun 6, 2005
4:36 am
6720
I have figured out the solution to my problem. All that I had to do was change lstResults to ListBox1 which is the list box of the program. Thank you all. ...
David
shadowheart1701
Offline Send Email
Jun 6, 2005
4:36 am
6721
App.Path & "\" & "name_of_database.mdb" ... I actually made a database software using VB 6.0 and MS-Access as the backend,i am having problems cos i am not abl...
NEIL BERRY
the_neilberry
Offline Send Email
Jun 6, 2005
4:36 am
6722
Please send the stored procedure. It would be of great help.... Thanks in advance, Mrinal Sam4Software@... wrote: Well if you type in www.google.com Blob...
Mrinal Kanti Nag
mrinal_nag
Offline Send Email
Jun 6, 2005
6:36 am
6723
Hello Friends, I have a general question, just need few words from you. I have developed a project in Visual Basic 6.0 and SQL Server as database. I want to...
sweet pet
mypettle
Offline Send Email
Jun 6, 2005
5:02 pm
6724
Probably you havent added a list box on your form and (or) you havent name it lstResults. So when you run the application, the debugger cannot locate this...
George Kaliotakis
gkaliota
Offline Send Email
Jun 6, 2005
5:05 pm
6725
hi Groups My question is how to store jpeg image store in MsSql Server and how can i get that image in to image box and navigate all images one by one in VB6.0...
charmingpranav
Offline Send Email
Jun 6, 2005
6:05 pm
6726
hi! first i want to know your project defination if you donot have any problem. you are using visual basic 6.0 so use activeX exe instead of standard exe.you...
pranav jani
charmingpranav
Offline Send Email
Jun 6, 2005
6:05 pm
6727
hi group! i am final year MCA student and doing project but i am confused about which database either MSsql Server or Oracle i am highly interested in MS...
charmingpranav
Offline Send Email
Jun 6, 2005
6:05 pm
6728
Hi, I suggest both. That is the way the world is today. You should be skilled in multiple technologies. Regards Bharathi ... ...
Bharati K
pedaammulu
Offline Send Email
Jun 7, 2005
5:09 pm
6729
... Gabriele C. ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB http://mail.yahoo.it...
Gabriele C.
gabriele_col
Offline Send Email
Jun 7, 2005
5:10 pm
6730
thank you very much I'll try it as soon as possible ... Gabriele C. ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da...
Gabriele C.
gabriele_col
Offline Send Email
Jun 7, 2005
5:10 pm
6731
Hello Gabriele! Did you set a Reference in your Project Settings for Word Object Library?? If you have, then you have to declare the object as this: Dim wrdapp...
Gary John
gary_john_20...
Offline Send Email
Jun 9, 2005
1:47 pm
6732
... Hol@ a tod@s... estoy en la fase final de un sistemita y me propongo a trabajar los reportes, para ellos uso el Data Report... no pienso en Crystal Report,...
ruben20032004
Offline Send Email
Jun 9, 2005
1:48 pm
6733
better to store the path of the images and call them as per your query. charmingpranav <charmingpranav@...> wrote:hi Groups My question is how to store...
shahnaz khan
mailtoshahnaz
Offline Send Email
Jun 9, 2005
1:48 pm
6734
Is there a way to suppress the message: "These columns don't currently have unique values."? [Non-text portions of this message have been removed]...
Charles Parks
cpbgark
Offline Send Email
Jun 9, 2005
1:48 pm
6735
In VB6, use ON ERROR to trap the error, in .NET use a TRY..CATCH to trap it. =) --== The Pogowolf ==-- _____ From: visualbasic_official@yahoogroups.com ...
pogowolf
Offline Send Email
Jun 9, 2005
3:42 pm
6736
Do I need to trap for a specific error number? I have a try catch for SQLException and Exception but not for this error message. What do I need to do? ... ...
Charles Parks
cpbgark
Offline Send Email
Jun 9, 2005
9:43 pm
6737
You on MySQL or MsSQL? --== The Pogowolf ==-- Homepage: http://www.pogowolf.com <http://www.pogowolf.com/> BLOG: http://pogowolf.blogspot.com...
pogowolf
Offline Send Email
Jun 9, 2005
11:15 pm
6738
Greetings. Here iam trying to make a dynamic report using Data Report, using a Crosstab Query of MS Access.Everything is okay when i have 3 field and 3...
perwaiz_in
Offline Send Email
Jun 10, 2005
5:03 pm
6739
How do you insert a row from one database table to a row in another database table? This is the code that I tried but it seems to not be working? Imports...
Charles Parks
cpbgark
Offline Send Email
Jun 10, 2005
5:03 pm
6740
i think server is better,...
A.Raja Sekhar Reddy
raja_csit
Offline Send Email
Jun 10, 2005
5:04 pm
6741
VB.Net and SQL Server. ... From: visualbasic_official@yahoogroups.com [mailto:visualbasic_official@yahoogroups.com] On Behalf Of PogoWolf Sent: Thursday, June...
Charles Parks
cpbgark
Offline Send Email
Jun 10, 2005
5:07 pm
Messages 6712 - 6741 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