Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Richard MacCutchan10-Oct-09 6:18
mveRichard MacCutchan10-Oct-09 6:18 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 6:31
lvq68410-Oct-09 6:31 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Xmen Real 10-Oct-09 20:26
professional Xmen Real 10-Oct-09 20:26 
AnswerRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 11:02
sitebuilderLuc Pattyn10-Oct-09 11:02 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 12:26
lvq68410-Oct-09 12:26 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 12:45
sitebuilderLuc Pattyn10-Oct-09 12:45 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 21:52
lvq68410-Oct-09 21:52 
QuestionDatabase build in c# Pin
JollyMansArt10-Oct-09 5:39
JollyMansArt10-Oct-09 5:39 
My Objective:
Connect to the odbc datasource and recreate it's database, tables, table's fields, and port the data from the Database A (ODBC)to Batabase B (SQL SERVER). Database B being a Microsoft SQL Server 2008 Database.

Here Is what I have:
ODBC connection to a datasource.

What I know how to do is:
Connect to SQL Server to it's master database.
I can check to see if a database with a given name already exists. Including tables, stored procedures, and views.
I can read and write to an existing database.

------------------------------------------------------------------------------
- What I am looking for direction on is: -
- How do I query a existing database for it's set of tables. -
- Also how to query each set of tables for it's fields and field types. -
------------------------------------------------------------------------------

Because I need to reconstruct the database and it' tables in the sql server database, and I will not know it's layout.
To give an example I have a quickbooks, access, and cobol database, and a odbc connection to the databases. All of which need ported to sql server and updated on a specific time frame. I could do this manually, but I wanted to build a service to do this for me. In order to build the service I need to know how to query a database for it's layout and recreate it in the sql server database system.

Can someone please help? Any Ideas or websites that could aid me in understanding how to do this. I will post back also if I find some.
AnswerRe: Database build in c# Pin
Henry Minute10-Oct-09 5:57
Henry Minute10-Oct-09 5:57 
AnswerRe: Database build in c# Pin
Md. Marufuzzaman10-Oct-09 5:57
professionalMd. Marufuzzaman10-Oct-09 5:57 
QuestionRe: Database build in c# Pin
JollyMansArt10-Oct-09 6:34
JollyMansArt10-Oct-09 6:34 
AnswerRe: Database build in c# Pin
Md. Marufuzzaman10-Oct-09 6:50
professionalMd. Marufuzzaman10-Oct-09 6:50 
AnswerRe: Database build in c# Pin
Mycroft Holmes10-Oct-09 12:53
professionalMycroft Holmes10-Oct-09 12:53 
QuestionWhy I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 4:10
Aljaz11110-Oct-09 4:10 
AnswerRe: Why I can send only one string to server-TCP Pin
Luc Pattyn10-Oct-09 5:29
sitebuilderLuc Pattyn10-Oct-09 5:29 
GeneralRe: Why I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 6:12
Aljaz11110-Oct-09 6:12 
GeneralRe: Why I can send only one string to server-TCP Pin
Luc Pattyn10-Oct-09 6:17
sitebuilderLuc Pattyn10-Oct-09 6:17 
GeneralRe: Why I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 7:34
Aljaz11110-Oct-09 7:34 
Question[Message Deleted] Pin
Fred 3410-Oct-09 4:03
Fred 3410-Oct-09 4:03 
AnswerRe: useful icon for developing desktop application Pin
Md. Marufuzzaman10-Oct-09 4:25
professionalMd. Marufuzzaman10-Oct-09 4:25 
QuestionDon't convert to the nearest decimal Pin
Etienne_12310-Oct-09 3:48
Etienne_12310-Oct-09 3:48 
AnswerRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 3:53
sitebuilderLuc Pattyn10-Oct-09 3:53 
GeneralRe: Don't convert to the nearest decimal Pin
Etienne_12310-Oct-09 3:58
Etienne_12310-Oct-09 3:58 
GeneralRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 4:09
sitebuilderLuc Pattyn10-Oct-09 4:09 
GeneralRe: Don't convert to the nearest decimal Pin
harold aptroot10-Oct-09 4:14
harold aptroot10-Oct-09 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.