types

  1. VBobCat

    Question Casting typed values into SQL-recognizable strings

    Hello people, My application connects to an Access .accdb file and its data is read and written through SQL commands. So I wrote a function that takes data stored into my app's variables, the desired type, and returns the appropriate string in order to compose SQL expressions like "INSERT INTO...
  2. przerull

    Question Dynamic type of structure?

    Hi everyone. Impressive forum. Now I do believe that vb is statically typed but might there be a way for me to get around this problem. I have a structure called easyarray. I just wanted a data structure that could be easily worked with that could emulate an array but with adding and...
Back
Top