Search results for query: *

  • Users: wiadus
  • Content: Threads
  • Order by date
  1. W

    Problem calling a table

    I have 3 tables Table1, Table2 and Table3. Table3 has 10 columns and in Table2 there are two columns which are the same as two columns in Table2. Table2 primary key is a foriegn key in Table3. I have this Table2 and Table3 on my form. Now I would like to add data to Table3 so I have ten text...
  2. W

    Problem Updating Time columns in SQL

    I am having SQL table where two columns store Time these two columns are decleared as Datetime in the SQL database and I am having problem updating these two columns. Whenever I update the Table and the DataAdapter is fill the Time column return (01 Jan 01) instead of the time I entered. When I...
Back
Top