Hi Steve, I can't find the ftp on godaddy at all, is that data storage? I see their hosting but nothing about any type of storage unless I am looking in the...
Hi Jamie, I am probably not on the same page with you, but I was thinking that you might do something like a page that asks for their password, and then allows...
... I don't know if Go Daddy offers actual storage per se, but I was just trying to look at this as a total cost for how much stuff we could store on their...
I have perhaps read this very late but I do need to ask...why would anyone want to store(?) data on the internet? The cost to store that same data on a hard...
Bob
usewillow@...
Nov 2, 2008 7:27 am
21438
I want to be able to store large executable files so that customers can download them from the server. I have a virtual server but it's expensive so I was...
Hi Steve, Godaddy has very inexpensive hosting but their TOS might put limitations on the downloads. I have had that happen before and even with unlimited...
Hi Rick If you have a remote SQL Server, nothing else to install that I recall---just the driver and a connection string to get there. For a local SQL Server,...
I will install Win XP PRO on my PC. Tyhe SQL Express I hope isn't very expensive. I'll look it up. I have no knowledge of VB.net - I will need to take you...
Hi Bob, In addition to what Jamie has to do, there has always been that school of thought that says we need to have 'The Data' backed-up / stored / secured in...
Hi Rick SQL Express is a free download. John Smiley ... From: rwfarnkopf@... To: helpwithvb@yahoogroups.com Subject: RE: [helpwithvb] 3 new Internet...
Hi Jamie, I get it. Similar to the " All You Can Eat Buffet** " Where the ** points to the fine print: " Does not apply to anyone who weights more than 42...
Ok, that sounds great! Thanks John ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of John Smiley Sent: Sunday, November 02,...
Thank you sir! Rick ... From: helpwithvb@yahoogroups.com [mailto:helpwithvb@yahoogroups.com]On Behalf Of Dwight Norris Sent: Sunday, November 02, 2008 10:40 AM...
Hi. a blind programming student using the jaws for windows screen reader, from http://www.freedomscientific.com and using vb.dot net express 2008. This post is...
Hi. doing this book for a programming subject, and now need some help, not to do my home work for me, but to give me pointers how to fix the problems and the ...
Marvin Hunkin Video Project This is a database design matter first off you need to decide what information you want in what TABLE You also need to think about...
Hi...If you have the program "Access" on your computer you can go in and look at some sample database templates. After you have opened the db change to the...
Bob
usewillow@...
Nov 5, 2008 6:51 am
21452
Good Afternoon Marvin, If I were in your shoes, I would be looking for a web site that had many small sample projects which would allow me to see how very...
I want to be able to show a list of customers who have "Not" visited the salon for the past 3 months. I can show by date range who "Has" been in the salon in...
Hi Tim, I tried that but the only problem is that it will go back years which could be a problem. Not sure of how to handle that. So I would want to see who...
So set a window where you select all customers that have visited in the last 270 days but not in the last 90 if you wanted a six month window. /tr _____ From:...
Jamie sometime ago Adelle helped me write this code What the code does is anyone who has not been seen in the Clinic for some period of time 45 days has a the...
Using the current date as the begining, Set a select statement to check all records for dates that are greater than "X days but less than Y days" wherein you...
Bob
usewillow@...
Nov 7, 2008 8:09 am
21459
Thanks Dwight, I think I will look more into the block of code you have and see if there is something I can do with it. It looks a bit more like what I might...
Jamie I made this a two step process so if you want the delete function happy to share all this code does is set the patient (record) up as inactive you could...
HI Dwight, & (Date - 45) & "#" I think the code block above is what I was looking for. You have it for 45 days, but that is hard coded for your needs..just a...
I tested this code with a variable and I did not read the variable from the database but used something like this vDays = 45 (Date - vDays) been a while since...
Hi. Can anyone help me. A co-worker installed a windows Xp in one of our company's computer with a administrator password, then he left like a 4 months ,and we...