Click here to Skip to main content
15,921,577 members
Home / Discussions / Database
   

Database

 
AnswerRe: Retrival of Table Information in SQL Server Pin
albCode25-May-06 4:12
albCode25-May-06 4:12 
GeneralRe: Retrival of Table Information in SQL Server Pin
GBal25-May-06 21:31
GBal25-May-06 21:31 
GeneralRe: Retrival of Table Information in SQL Server Pin
sathish s25-May-06 21:40
sathish s25-May-06 21:40 
Questionurgent help needed Pin
Naveed Kamboh25-May-06 0:53
Naveed Kamboh25-May-06 0:53 
AnswerRe: urgent help needed Pin
Michael P Butler25-May-06 4:28
Michael P Butler25-May-06 4:28 
Questionlimitation of columns in sql table Pin
bita_engr24-May-06 21:52
bita_engr24-May-06 21:52 
AnswerRe: limitation of columns in sql table Pin
sathish s24-May-06 22:16
sathish s24-May-06 22:16 
Questionhelp me ! to Insert a record Pin
himuskanhere24-May-06 21:32
himuskanhere24-May-06 21:32 
:->hello friends!!


i am creating a database , a table into that database and appending a coumns to table.

code-->

Dim tbl As New Table, cat As New ADOX.Catalog



cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.path & "\TagInfo.mdb" & ";"
tbl.Name = "tblTagInfo"



For ii = 0 To TotalTags - 1
tbl.Columns.Append tagName(0), adVarWChar, 50
Next

cat.Tables.Append tbl

<--code


now i want to insert data to column
but i face the problem

how to insert a data of only first(or any but only one) column ?

The problem is----
The 'Required property' of a all columns are by defaul True
hence we can not insert only one record , we have to specify all column and respective value.


My problem is how to set 'Required Property' of column to False/No

Thanks in advace



Rahul here
Questioni need to make backup using C# Pin
ahmed shawky24-May-06 21:16
ahmed shawky24-May-06 21:16 
AnswerRe: i need to make backup using C# Pin
Colin Angus Mackay25-May-06 9:51
Colin Angus Mackay25-May-06 9:51 
QuestionQuery Selection With a Collection of values Pin
NICE TO MEET24-May-06 18:58
NICE TO MEET24-May-06 18:58 
AnswerRe: Query Selection With a Collection of values Pin
Luis Alonso Ramos24-May-06 19:57
Luis Alonso Ramos24-May-06 19:57 
Questionhow to insert data to table using ADO Pin
himuskanhere24-May-06 18:33
himuskanhere24-May-06 18:33 
QuestionChallenging DB Quest. (Tree-Node) Pin
Eliee24-May-06 15:58
Eliee24-May-06 15:58 
AnswerRe: Challenging DB Quest. (Tree-Node) Pin
Dinuj Nath24-May-06 20:50
Dinuj Nath24-May-06 20:50 
QuestionRe: Challenging DB Quest. (Tree-Node) Pin
mr_1234525-May-06 4:37
mr_1234525-May-06 4:37 
AnswerRe: Challenging DB Quest. (Tree-Node) Pin
Dinuj Nath25-May-06 19:04
Dinuj Nath25-May-06 19:04 
GeneralRe: Challenging DB Quest. (Tree-Node) Pin
Eliee25-May-06 9:21
Eliee25-May-06 9:21 
GeneralRe: Challenging DB Quest. (Tree-Node) Pin
Dinuj Nath25-May-06 19:07
Dinuj Nath25-May-06 19:07 
QuestionRestoring a BAK file (created suing SQL Server 2000) in SQL Server 2005 Pin
spirit_kleptus24-May-06 7:27
spirit_kleptus24-May-06 7:27 
QuestionConnectionString Changes during Runtime? Pin
DEWright_CA24-May-06 5:38
DEWright_CA24-May-06 5:38 
Questionreturning a user group in MS Access Pin
achrafus24-May-06 4:07
achrafus24-May-06 4:07 
QuestionInserting lots of rows programmatically Pin
AnneThorne24-May-06 2:59
AnneThorne24-May-06 2:59 
AnswerRe: Inserting lots of rows programmatically Pin
john.nada24-May-06 5:33
john.nada24-May-06 5:33 
GeneralRe: Inserting lots of rows programmatically Pin
AnneThorne24-May-06 8:59
AnneThorne24-May-06 8:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.