Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Madison Hughes   on Apr 08 In Asp.net Category.

  
Question Answered By: Daya Sharma   on Apr 08

i'm not sure but try one of those:

1) try to convert that IP to a string with a variable and use that upping your data


Dim myIP as string = Ctype("20.20.30.1",String)

INSERT INTO StaticIPAdd (IPaddress ,IPOwner)

VALUES (myIP, 'A description  of carlos machine.')

2) if u are using SQL Server go to table  design and set option identity to NO
As said, i'm not very sure about this but it could be...

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Inserting from DG Or get search suggestion and latest updates.


Tagged: