Hi, may i know your status about this problem ?
Exactly, i was expecting the same. Data type mismatch . Now this will be your insert query: sqlString = "insert into Table1 values('" &...
I am asking about column present in your table(the table on which your insert query is working). Please post your table columns with there...
Yes, if your database tables's fields do nat match the data you are submitting then you will definitely get such an error. Can you post your...
As you wish, if that is your requirement then its okey.
If you are comfortable with using frameset in html then it will not make an issue to use in asp.net since asp.net do'nt have its own frameset, we...
This link may help...try this
To connect to Oracle from C++ you have to use OCI API.Please refer this
Yes,you are right .That will be more logical.You can use sequence. Before inserting data you can find the next sequence number and then instead of...
You have left comma in all subsequent values. cmd.CommandText = "Insert into tableName (UserId, FName, MName, LName, Street1, Street2, City,...
I think you should change your table name.User is a already existing table in Oracle, but i do'nt know about Sql Server, so you can check it by...
oh that was a silly mistake from my side.You can use typecasting: Dim result As SByte =CType(com.ExecuteNonQuery(),SByte) or you use...
Imports System.Data Imports System.Data.OleDb Partial Class _Default Inherits System.Web.UI.Page Dim con As OleDbConnection 'Only...
For creating XML web Service you can use asmx file .From file template list choose Web Service file.Note that it's extension will be asmx.
If you are not sure where to give the statement then can you show us your code? Sorry to say, if you had tried everything you would have solved...
Separate names with a comma.