blah blah blah is here! blah blah » Close

1
votes
1 answers

Creating a custom solution to link a new instance of a form to a DB?

I'm using VS2010 with .NET4 Hi all, I'm working on a program that spawns a childform for each row in a database at runtime. This required some custom solutions and prevented me from using the built-in database interactions. All of that ...

0
votes
0 answers

Importing software?

I need software that imports data (CSV, text, .dat) into a DB when given a way of defining the schema/metadata file. (how the data is interpreted) Any software out there exist already? Many Thanks Paul

0
votes
1 answers

Document word in sql server 2k db

Hello folks, I'm new in this site. I've got an sql server 2k database. My OS is Windows XP. I'm working on Web Forms with ASP.NET. I've got a table named "Documents" which has a column named "Doc" with "image&qu ...

0
votes
0 answers

Word document parsing in db using asp.net

I just got a requirement from my boss to write a code in c# which can read the resumes of the canditates from a particular location and then parse it so that name goes to the name field in the db and address goes to address dield of the tab ...

0
votes
2 answers

Remotely accessing an SQL database

Hello everyone. I'm fairly new when it comes to programming, and I have a question. I've written an application in C# and created a database (STSdb.mdf) through Visual Studio 2008. The application runs just fine locally using this connecti ...

Feedback