July 2006 Entries
I came across an error today in SQL Server 2005. The row value(s) updated or deleted either do not make the row unique or they alter multiple rows. The reason I got this error was because I created a table for a data mapping application and in my haste I forgot to include a primary key. I checked my table today and found records that were duplicated and whenever I tried to delete or edit a row in SQL Management Studio this error showed up. So I knew I had to put a primary key in the database and...
I used a wizard today to create a dataset (.xsd) and when I ran my web application I had hundreds of warnings in my newly generated dataset telling me my code was not CLS-compliant. I checked out what CLS-compliant means and apparently this warning is new in VS 2005 and is used to check to see if your application is following CLS (Common Language Specifications). In other words the CLS are a set of rules used to check if the code in one language can be used in another language. I checked Google for...
Thanks Jeff for allowing me to join geekswithblogs.net. Since I'm new to the community I should start off by telling everybody a little about myself. I have been developing software professionally for a year and a half now and have a B.S. in Information Systems Management. I am at a stage in my life that I'm sure many of you have been in at some point in time. I'm a relatively young programmer and want to do just about everything. My attention is diverted between several different pursuits and I'm...