Forum: Monitors, Displays and Video Cards Jun 13th, 2009 |
| Replies: 0 Views: 499 I have a Dell 1520 laptop and when I turned it on a couple of days ago, the screen was totally dark. I could still see what is supposed to be displayed but only when my eyes are about 2-3cm away from... |
Forum: Storage Nov 14th, 2007 |
| Replies: 1 Views: 4,060 It seems that all my partitions were set as primary and the hard drive (or the OS) can not support more than 4 primary partitions (3 + the EISA partition). I just converted 2 of them to logical... |
Forum: Storage Nov 14th, 2007 |
| Replies: 1 Views: 4,060 Hi. My laptop has a 160GB hard drive with three partitions and Windows Vista installed on the first one. What I wanted to do is to resize the third partition from 100 to 80GB, create a new partition... |
Forum: VB.NET Apr 23rd, 2007 |
| Replies: 5 Views: 8,435 I solved the problem by adding TableAdapter.Fill() (for the table I was trying to update) in the Button code and it works great. |
Forum: MS SQL Apr 23rd, 2007 |
| Replies: 4 Views: 15,045 Hi,
Thanks for the help. I used CAST and it works perfectly. All the dates are in the format mm/dd/yyyy so I didn't get any problems nor mistakes. |
Forum: MS SQL Apr 22nd, 2007 |
| Replies: 4 Views: 15,045 Hi,
I am writing a query that requires as input the difference in days from two dates (Project_End - Project_Start, both of data type DATETIME), how can I find it? Can I subtract the two dates?
... |
Forum: VB.NET Apr 20th, 2007 |
| Replies: 5 Views: 8,435 Hi,
Thanks for the help. I added command.ExecuteNonQuery() to the code and, surprisingly, it works. I guess the conversion of the data types is made automatically (the datatypes of the atributes... |
Forum: VB.NET Apr 20th, 2007 |
| Replies: 5 Views: 8,435 Hi,
I did some reading and I came up with this code that would connect to the SQL stored procedure (SpecialtyInsert) from my VB.Net form, however, it doesn't seem to work. It doesn't give me any... |
Forum: VB.NET Apr 19th, 2007 |
| Replies: 5 Views: 8,435 Hi,
I have created a stored procedure that would insert new records in one of my database tables. I have tested the procedure in SQL Server 2005 and it works all right. What I want to do next is... |
Forum: VB.NET Apr 17th, 2007 |
| Replies: 2 Views: 8,656 Thanks! I deleted the queries from the Solution Explorer and rewrote them as views in the Server Explorer and after I created a new DataSet in VB.Net, I was able to access the queries just like the... |
Forum: MS SQL Apr 17th, 2007 |
| Replies: 7 Views: 9,603 Thanks to everybody for the responses. I am not much of a programmer so I can not create an application to produce the reports or make one with existing software, but importing and printing the... |
Forum: VB.NET Apr 17th, 2007 |
| Replies: 2 Views: 8,656 Hi,
I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by... |
Forum: MS SQL Apr 16th, 2007 |
| Replies: 0 Views: 4,173 Hi,
I have a database with 15 tables and couple of queries created in SQL Server 2005 and I am making a form/interface for the database in Visual Basic .NET. I managed to connect the tables by... |
Forum: MS SQL Apr 16th, 2007 |
| Replies: 7 Views: 9,603 Thanks for the prompt response. I followed your instructions and created the diagram and the Print option became active. However, it only printed the diagram and all the relationships mapped, and... |
Forum: MS SQL Apr 16th, 2007 |
| Replies: 7 Views: 9,603 Hi,
I have a small database with 15 tables and 20-40 records in each table. I just want to ask how can I print all the tables together with their names, atribute names and all the records? (the... |