Just skimmed that url, profiles really rock :-) I don't have a use for that right at the present but I can imagine it won't be too long before an opportunity...
Hi Eric, I hope you and the rest of the list had a great few days off over the break. I have a SQL2005 question which I am certain you will know the answer to....
Shouldnt it be all rows 1 or greater. I mean 1 isnt excluded either. I would just truncate the rows according to name after every add or a couple of adds. ...
Excuse me. I just looked at an old way I did it for IA [ independence air]. I would truncate the rows and add the rows again but that was the way they forced...
If you havent heard of XAML or used a snippet from the MS preview, then I suggest you take a look at an implementation of it. In short, XAML allows you to...
Hi Eric, Thanks for the link, however I already found that one which only refers to duplicate rows based on Primary Keys (PK). My duplicates have the correct ...
Apply the same process using your field as the key that duplicates. Seems pretty busy. You can select out the fields and delete the set leaving one. I would...
Hi Eric, I'm not sure what you mean, but I probably haven't explained it very well. I have a db working well in SQL2005, I import data into the various tables ...
Thanx for the url, I'll read this and hopefully will make sense of some of it :-( On another note I got everything to work using a single table in VS2005. Now ...
What do you want to do with multiple tables? ... -- Eric Ramseur .NET Consultant | ASP.NET 2.0 Questions http://eramseur.blogspot.com Anant CMS | Portal Blogs...
Okay, I have the main table working which consists of horse names and some related fields of data dealing with things like height, colour, gender etc. In...
Hi Eric, Continuing on with my project, I have had success in certain areas with one particular table which works 100%. I have tried to duplicate exactly with...
Hi again ;-) I have an issue with Null data. I have this line of code from VS2005: <asp:BoundField DataField="win$" HeaderText="win$" SortExpression="win$" ...
Hi Eric , I stayed up all night but to no avail, I must have come close to fixing it. I get the 2/3rd of the way successfully i.e. the first and 2nd sql data ...
Hi Eric, I have last question, which is more with SQL than anything else, but here goes. I have a table which has a column filled with dates. I have 25,000 ...
I dont see why you want to change the way something is stored. It doesnt matter how the date is stored. You can always extract it in any format you want from...
Hi Eric, Its not the display of the date (the format), that concerns me, but the fact that the date is actually wrong. If a horse raced on Saturday 25/04/2005...
I dont get how you are off by one though. If you perform a standard insert statment and send it the correct date or handle it from the db with a sproc( how i...
Well, I was hoping that you wouldn't push that point, because sadly it was 'Human Operator Error'...er my error. I actually put it in wrong due to an anomaly...
Hi, This error seems to happen a lot, and the various fixes don't seem to fix it ... "An error has occurred while establishing a connection to the server....
Thats just the standard error when you mess up a connection string. Or your user doesnt have enough privs on a resource [ as in cant access a db]. Devs get...
Thanks Eric, Perhaps you can help me, I have been stuck on this for 4 days now and am at a standstill. Basically, I need a step-by-step guide on exactly what...
Hi Eric, Just a quick question, added to my earlier lengthy post regarding membership. I'm fairly convinced that the key to solving my issue is the use of...
Now I dont know if you can run it remotly but hey its worth a shot. If you just run the file itself, it will bring up a wizard for you to use. I wrote a blog...
Okay, that helps a lot. Just a couple of really (simple) dumb questions :-) Lets say I use the tool in the manner its designed and I simply nominate it for my...
That's very interesting Eric, thanks for the Blog url. I have actually, gone back to basics, actually I have created the simplest (bare-bones, Vanilla) web...
Why dont you try the personal starter kit? It creates a site for you with the basics of the ASPNETDB. Better yet I would get timetracker and look how they do...
Yeah Thanx again Eric :-) I almost have it working, can you take a look at this code from within my web.config and see if anything jumps out at you. I have...