Hi All,
I created a user control and put it on a form with a data repeater and ado
control. My understanding is that this configuration requires a connection
string. However, my database is in memory in a string array (e.g. redim
sa(x,y) as string). How would I write a connection string for an array in
memory?
Thanks,
Lance
I created a user control and put it on a form with a data repeater and ado
control. My understanding is that this configuration requires a connection
string. However, my database is in memory in a string array (e.g. redim
sa(x,y) as string). How would I write a connection string for an array in
memory?
Thanks,
Lance