Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smail77

    vector with two dimensions.

    For create and using a vector (a dynamique table)we can use: #include <vector> using namespace std ; vector<int> tableau;//a table of int for instance void main() { tableau.push_back(5); //tu insére 5 dans le tableau swap... } But how can create and using a vector which had...
  2. smail77

    read a table of an access data base in console application

    I want to know if there are any method with it i can read some data from a console application (without using MFC application). If there are not a method, how can i read a data from a text file. Thank you
  3. smail77

    execution program connecting database problem

    I had created a project(of type application) on which I Work, but when I need to use a data base, I created another project of type AppWizard ( exe ) That I used to connect to the data base by ODBC. I copied after every file (.cpp And .h, i had copied main.cpp file also) of the first project in...
  4. smail77

    I had created a project(of type app

    I had created a project(of type application) on which I Work, but when I need to use a data base, I created another project of type AppWizard ( exe ) That I used to connect to the data base by ODBC. I copied after every file (.cpp And .h, i had copied main.cpp file also) of the first project in...
  5. smail77

    search engine

    I know a site web where you can find exemples of search engine with it you started your work, but it'is on frensh his adress is: www.asp-magasine.com ; if you can't read french send me email. You can use index server if your site web don't have a lot off dynamics pages, if you wont send me...
  6. smail77

    IIS with php; how to use Chiliasp ?

    I used THE PHP language and a serever apache with its i have developped my Web Site, but i want hosting it in IIS, please what can i do? can i use Chiliasp? How can i use it(chiliasp) ? Thank you!
  7. smail77

    IIS wih php; how to use Chiliasp ?

    I used THE PHP language and a serever apache with its i have developped my Web Site, but i want hosting it in IIS, please what can i do? can i use Chiliasp? How can i use it(chiliasp) ? Thank you!
  8. smail77

    SQL Server; ASP : How can use a PWD

    I work with SQL Server and ASP and i use one column in one table of my data base that contains a password of users, but i don't know how can i specify that data entred by users in form which contain a password (in an asp page) will not appeared (i will that it 's appeared like that: ****** ...
  9. smail77

    asp+dll

    How can I use a dll's function or api functions in asp( if it'is possible). thank you.

Part and Inventory Search

Back
Top