Search results for query: *

  1. W

    SQL Problem

    ** No Worries sorted it out ** Having some problem passing an integer value into an SQL String, I have something like this "SELECT * FROM table WHERE id=IntVarible" Now this works when i stick in a number like so... "SELECT * FROM table WHERE id=1" But get an error with the former Any...
  2. W

    Array.Sort not working

    Yeah I figured it was a clash when I realised my program was called Array. Thanks anyway for your reply
  3. W

    Array.Sort not working

    Currently learning VB.net at uni and am really getting into it. I've been playing around with arrays but when I tried the Array.Sort function I get a build error thats says Sort is not a member of Array. and the Intellisence facility says that after (Array.) my only option is the name of the...
Back
Top