I want to list all databases on a server in a dropdownlist using pervasive and c#. Any advice or links for to read about it. Thanks
Asked
Active
Viewed 245 times
-5
-
8[so] is *not* a free code writing service. You are expected to try to **write the code yourself**. After [doing more research](http://meta.stackoverflow.com/questions/261592) if you have a problem you can **post what you've tried** with a **clear explanation of what isn't working** and providing a **[mcve]**. I suggest reading [ask] a good question and [the perfect question](http://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/). Also, be sure to take the [tour]. – Igor Mar 27 '17 at 14:30
-
https://www.connectionstrings.com/pervasive/ , http://stackoverflow.com/questions/873393/sql-server-query-to-find-all-current-database-names – mariocatch Mar 27 '17 at 14:31
-
I did not ask for code just for an advice or link for read and create my own. It's fun to see how people think ask for info for read is a kind of shortcut. But to ask for txt files shortcuts for answer the questions of the user that you don't even know it's fine. – UserEsp Mar 27 '17 at 14:53
-
@Smartis - I put something in pastebin (which is where I had copied it from originally) https://pastebin.com/fe2z7XXc – Igor Mar 27 '17 at 15:02
-
1@john - I put something in pastebin (which is where I had copied it from originally) https://pastebin.com/fe2z7XXc – Igor Mar 27 '17 at 15:02
1 Answers
1
You'll want to look at the DtoDatabase
class in the Pervasive DTO library documentation.

mirtheil
- 8,952
- 1
- 30
- 29