August 14th, 2008 05:20 AM
In an image file they say you can store up to 2 GB. Does anyone has an exemple that store more than 1GB?
August 14th, 2008 04:55 AM
Hi,
I want to insert in an image column in SQL server in file very large (more than 100MB). All the examples that I have found it works only with small files (less then 100MB).
Can anyone can...
February 28th, 2008 09:41 AM
Hi,
I have an application in VB 6.0 with many reports and I want to put all reports files in dll. Is this possible?
Thanks
December 24th, 2006 10:34 AM
December 24th, 2006 03:45 AM
I use adOpenStatic and adLockOptimistic.
December 19th, 2006 07:34 AM
Hi,
Yes, I use recordset, but LockType = adLockOptimistic
Not this is the problem.
Thanks anyway.
December 19th, 2006 04:48 AM
I use SQL Server 2000.
Thanks
December 19th, 2006 04:34 AM
Hi,
I have a VB 6.0 application that is a front end for an SQL Server database. The problem is than if an instance of the application uses the same form that uses another instance of the same...
November 11th, 2005 07:01 AM
How can ai get from VB the SQL Server version and SP intalled?
Thanks.
April 10th, 2005 02:28 PM
Hi,
I want to scan an image and store the file into a database. I know how tho store o file in a database but I don't know how to scan the image with a scanner from VB. Can you help me?
Thanks.
November 18th, 2004 07:14 AM
Who can I send an email in VB 6.0 without Outlook or any other app? I need to provide an account and a password when a connect to the server to send an email.
Thanks
March 17th, 2004 08:31 AM
I there any posibility to use in VB 6.0 the Crystal Reports packed with VS. NET?
Thanks
December 8th, 2003 08:27 AM
December 8th, 2003 06:58 AM
After you format the text, add some more text and you'll see that the previous format disappears.
Thanks
December 4th, 2003 10:08 AM
I have a rich text control with the following code:
With RtfBox
.SelStart = 10
.SelLength = 5
.SelColor = vbRed
.Text = .Text & "text"
End With...