Search Results

Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Traicey ; Forum: MS SQL and child forums
Forum: MS SQL Dec 4th, 2008
Replies: 4
Views: 3,011
Posted By Traicey
Oh thanx that was very helpful
Forum: MS SQL Dec 4th, 2008
Replies: 4
Views: 3,011
Posted By Traicey
Im not using VB.Net or any other language but SQL Server 2000, I need to write an insert statement im quiry builder in SQL which will be inserting an image and other records in my table, Im sure...
Forum: MS SQL Dec 3rd, 2008
Replies: 4
Views: 1,898
Posted By Traicey
Well on that case you need to have an else statement


IF @rc IS NULL
BEGIN
--SET @rc = 0
INSERT INTO Method VALUES (@Method, @Mdescript)
SELECT @@IDENTITY
END
ELSE
Forum: MS SQL Dec 3rd, 2008
Replies: 4
Views: 1,898
Posted By Traicey
Primary key violation usually means that U are trying to enter or insert a value that already exist in the primary key field, there is nothing wrong I see in the code, Primary keys have to be unique
Forum: MS SQL Dec 3rd, 2008
Replies: 4
Views: 3,011
Posted By Traicey
Guys

I have a table with image datatype and I wana insert an image in the image field, for example

insert into dbo.Products(ProductID, ProductName, ProductPrice, ProductImage)
valeus(144, '8...
Forum: MS SQL Dec 1st, 2008
Replies: 1
Solved: Please help
Views: 437
Posted By Traicey
I have 2 related tables, master and a child, the master table have a primary which is an autonumber and I reference that autonumber to my child table as a foreign key so my problem is to get the...
Forum: MS SQL Nov 25th, 2008
Replies: 1
Views: 1,837
Posted By Traicey
Guys

I need to upload an image on SQL server 2000, I dont want a C# or VB code for that I just wana know if it is possible to just upload a picture straight to SQL server without the insert...
Showing results 1 to 7 of 7

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC