Search results for query: *

  • Users: Th4x3
  • Order by date
  1. Th4x3

    Question Data TableAdapter

    Fixed! Hey ppl i fixed it i used my own code and in the sql query i added al of my columns and that solved the error and i get my password i the msgbox use this code: Dim DataConnection As TDTableAdapters.UsersTableAdapter = New TDTableAdapters.UsersTableAdapter...
  2. Th4x3

    Question Data TableAdapter

    Found something in my original code i misstyped the inputbox for the nickname but when i type it like it is supposed to i get this error: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints. on the line: Dim dt As...
  3. Th4x3

    Question Data TableAdapter

    The error im gettin is: Operand data type text is invalid for max operator. ???
  4. Th4x3

    Question Data TableAdapter

    He im creating a user login form where my users put in a nickname and the TableAdapter searches for the matching password and returns it to my program, I made a little code to convert the tabulardata to an single string but when i use it i get a blank msgbox where the password should be...
  5. Th4x3

    Question Sql Table Adapter

    He im creating a user login form where my users put in a nickname and the TableAdapter searches for the matching password and returns it to my program, I made a little code to convert the tabulardata to an single string but when i use it i get a blank msgbox where the password should be...
Back
Top