connection string for string array in memory?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lance

    connection string for string array in memory?

    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


Working...