|
Why don't you google for something like that? You will get a ton of results in 5 seconds. Whereas you have to wait here. And don't cross-post. It's very rude, and it makes people not care to help you.
I'm going to become rich when I create a device that allows me to punch people in the face over the internet.
"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
|
|
|
|
|
i searched internet befor.
sepel
|
|
|
|
|
I highly doubt that. I found serveral libs in less than a minute.
I'm going to become rich when I create a device that allows me to punch people in the face over the internet.
"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
|
|
|
|
|
i searched one week befor .i found some library but only one support unicode;
or sum of them had not any documantion or they had incomplete document or example.
i think that found any one hear who work with them.
[some of pdf library^]
sepel
|
|
|
|
|
sepel wrote: sum of them had not any documantion or they had incomplete document or example
You may not expect a complete shrink-wrap product for free. Take the hints from various downloads and work on it.
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
|
|
|
|
|
sepel wrote: i searched internet befor.
Now go try it again, you will be amazed at the advancements Google has made over the last 10 years!
|
|
|
|
|
leppie wrote: you will be amazed at the advancements Google has made over the last 10 years!
Good one
I'm going to become rich when I create a device that allows me to punch people in the face over the internet.
"If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
|
|
|
|
|
racy
sepel
|
|
|
|
|
Hi All
I create BackUp DataBase But The Permission IS Not Allow me To Restor This BackUp .
Who I Can Change The Permission for the Sql Server2005?
Thanks For Any Body Hellp me
Thaer
|
|
|
|
|
You ought to logon with a sa or an equivalent privileged account to use database backup/restore operations.
You may like to check out these troubleshooting tips:
http://www.databasejournal.com/features/mssql/article.php/1547551[^]
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
|
|
|
|
|
hi
every one. any one can help me where can i find tutorials on Asterisk.net.

|
|
|
|
|
|
Hello...
I get an error if I try to serialize CultureInfo using XmlSerializer.
Are there any ways to serialize CultureInfo ?
Thx...
|
|
|
|
|
stancrm,
Whats the error?
Regards,
Gareth.
|
|
|
|
|
"There was an error reflecting WindowsApplication16.MyClass"
I have only a class. This class has only 2 properties, string
and CultureInfo.
|
|
|
|
|
Hello,
I have basic knowledge when programming with C#. And I need help in how to connect and access a database such as MS Access to retrieve data. Please show me a sample code, or point me to any resources that explain this simply.
Thank you.
|
|
|
|
|
This[^] is an excellent resource.
/ravi
|
|
|
|
|
Thank you, sometimes google confuses me rather than helping me.
|
|
|
|
|
Note, I wasn't trying to be facetious. Because your question is so general, Googling for a tutorial on accessing databases with .NET is a good way to get started.
/ravi
|
|
|
|
|
I know you weren't. And I really meant thank you. I would've googled c# db ms access and added + and "" and I would've probably confused myself and won't reach a satisfying search result.
|
|
|
|
|
See these 2 articles (esp. the first one):Hope this helps!
/ravi
|
|
|
|
|
The first one is exactly what I'm looking for, thank you very much!
|
|
|
|
|
Awesome - glad to be of help!
/ravi
|
|
|
|
|
Star08 wrote: google confuses me rather than helping me
It would confuse you but it would not leave you in a lurch. It is a test of endurance and perseverance. Refining your queries should bring you some light at the end of tunnel.
Vasudevan Deepak Kumar
Personal Homepage Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson
|
|
|
|
|
One of the cool things with Visual Studio is that you can just drag and drop an Access database (either MDB or the new ACCDB format for Access 2007) to the solution explorer to add the database to your project.
After a few seconds you will be presented with a wizard to help you through the steps of importing the tables from your database into typed datasets to use in your code or to bind to controls.
It's great for experimenting and get you started with databinding.
Renaud
|
|
|
|