Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

Search an object in Dababase
planetsourcecode's picture


0
Your rating: None
Language: 

Always forgot to remember one query. So for them only
Below query you can any table, stored procedure or views who ever have that expression as a column or object name.

SELECT * FROM SYSOBJECTS WHERE ID IN (SELECT ID FROM SYSCOMMENTS WHERE TEXT LIKE ‘%PRODUC%’)

The query produced all the object names. where ever it finds expression like ‘PRODUC‘

If you wanted to find any table name only then

SELECT * FROM SYSOBJECTS WHERE NAME LIKE ‘%TA%’ and xtype=‘u’

About the author:

PlanetSourceCode.in is a place for all developer providing free source codes, articles, complete projects,complete application in PHP, C/C++, Javascript, Visual Basic, Cobol, Pascal, ASP/VBScript, AJAX, SQL, Perl, Python, Ruby, Mobile Development



Well I've put a blog as you

Well I've put a blog as you suggest, kindly see that and let me know if you could give me a hand, what I want mostly is the word list available on the other side of the screen like oxford dictionary, where the word list gets display as you type.

Thank you.

Well problem is I am trying

Well problem is I am trying to create a dictionary program of my own language like oxford dictionary, can't be good as oxford though i know but anyway a dictionary that can be view as easily as possible. Somehow I did using vb but now I have seen a good example with VB.NET and the database is .XML, and I have no experience with vb.net. I am just wondering would it be possible to make or would you give me a hand on creating the dictionary. If you are willing let me know your mail ID and I will send the vb code and the screen shot.

I would be very grateful if you could give me a hand.

Thanks anyway for responding to my queries so far.

Zela

admin's picture

re: Well problem is I am trying

It's very easy to convert XML into MS Access database. If this sample code you mentioned is using a dataset to connect to the XML file then you don't have any problem converting this to an Access database.

For now I can't help you on this. Create a blog topic and attached the file so I can help you if I have time.

I tried but still theres a problem

Well thanks for the response, I tried converting and the conversion seem fine but when I tried to run the program with VB.NET2003, its says "built error, and could not start because the program .exe file is not found." though the project run fine on VB. I am wondering what could be the problem. would be grateful if you could please help or give any suggestion to solve this.

And I am still wondering how could I convert .xml file to .mdb file so that one of the other program i create can have a database lock file or .xml file could be lock too or what, kindly assist me on this please.

Thank you

admin's picture

re: I tried but still theres a problem

It's very hard to assist you if you cannot give us the details of your problem.

Give us some of your code so we can suggest on the solution of your problem.

MSAccess VB to VB.NET and MSAccess

Well I have created a software using VB and msaccess, now I have this VB.NET2003 version and would like my current project to .NET version, would it be possible to do that. Can .XML data be change into msaccess, if it is possible how to do that.

Would be grateful if anyone could help

Thanks.

Zela

admin's picture

re: MSAccess VB to VB.NET and MSAccess

Yes you can convert it to vb.net 2003. If you need to know you must study it. This way you will strengthen your programming skills.

Look for tutorials on the internet.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <java>, <java5>, <javascript>, <mysql>, <php>, <sql>, <vb>, <vbnet>. Beside the tag style "<foo>" it is also possible to use "[foo]".
  • You may use [inline:xx] tags to display uploaded files or images inline.
  • Links to specified hosts will have a rel="nofollow" added to them.

  • You may insert videos with [video:URL]

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...