Whenever i use date in vb6 and SQL Server I always use YYYY-MM-DD format as this is supported by all the server. Except when showing the date to the user and...
Does anyone know how to go about tracking an execution path in SQL Server 2000? (For example, all the stored procedures/triggers/tables that was hit by a...
You don't control date with VB. You MUST code your dates in US/English format (mm/dd/yyyy). Use date delimiters #mm/dd/yyy# aand NOT strings "mm/dd/yyyy". ...
hey guys this all link not working so pls, send correct link other wise don't sent this mail. Haresh ________________________________ From: groups_ads9...
I hope not, there are still plenty of people out there that are still learning VB 6 (me for one) and are looking for a stable place to call home (one...
Can you please teach me how to create databases using SQL server and connect it to visual basic. I would also like to learn about connecting visual basic to...
By including Autorun.inf on the CD, I have eased the process of the few friends who are installing my VB6 program. While written using XP, it seems to be...
Michael, Normally the desktop icon is placed onto the desktop during installation of your application. This is an optional step but most developers provide at...
SQL Server takes date as #mm/dd/yy# Peter From: visualbasic6programming@yahoogroups.com [mailto:visualbasic6programming@yahoogroups.com] On Behalf Of Muhammad...
Hi Kuenda Ngolo Nsambi, Don't worry... I have been monitoring this group for 11 years for spam and bad forum behaviour so the club is a long way from dead! I...
I've tried a variation of the Batch File, but it doesn't work: presumably because the Batch File is DOS and the Desktop is Windows. Anyone else know how to do...
Hi everyone.... Wouldn't this or shouldn't this be easier if it was done depending on the setup software that one is using when setting up the installer for...
Michael, It is easier when you do it when setting up the installer for the program. I personally use Inno Setup and it gives me all these options like Desktop ...
Hello All New to the group, I'm Trying to Draw a line over a picture in a picture box. I build vacumm tube guitar amps and trying to design a vb program that...
I have a progam that uses a background picture and then draws lines and letters over it. I like to use the x,y grid system in inches so I set the .ScaleMode =...
Hello Friends... I want to update a field value. I am writing the following code...but the field value is not getting updated... Please someone help. ...
I don't think it is dead by a long shot. There are still lots of people who come here and learn things from the examples, posts, and other resources in the...
So are you getting any error messages? Also, why not use the SQL UPDATE statement? Similar to executing your select, you basically pass the database a SQL...
Hi, I have downloaded vb6 on my USB key from internet via a computer in a public library and try to install it on my private computer at home, where I don't...