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...
What is the correct syntax to get a distinct list from two columns? I tried: cmdContacts.CommandText = "Select Distinct CntctLastName, CntctFirstName from...
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...
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. ...
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...
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...
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
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...
thank you very much I'll try it as soon as possible ... Gabriele C. ___________________________________ Yahoo! Mail: gratis 1GB per i messaggi e allegati da...
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...
... 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,...
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...
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 ...
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? ... ...
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...
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...
VB.Net and SQL Server. ... From: visualbasic_official@yahoogroups.com [mailto:visualbasic_official@yahoogroups.com] On Behalf Of PogoWolf Sent: Thursday, June...