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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Vasavi2003

  1. Vasavi2003

    how to open a form

    Hello techies, I am doing database project in VC++ and ms-sql. I have different forms like ITEMMASTERFORM,CONSUMABLEFORM,NONCONSUMABLEFORM,and so..on (just like studentform,feeform,instructorform,subjectform etc in STUDENT database). I have created all forms in SDI document using ODBC...
  2. Vasavi2003

    How to Connect forms in MDI

    hello world, I am using MDI interface and has different forms with different CRecordSet classes attached to tables(MS_SQL) with ODBC. But problem is how to open other from from one form. on clicking the button. i.e the forms have IDs as IDC_FORM1_FORM and so on.. i have a form1 with...
  3. Vasavi2003

    how to write trigger for autogenerated primary key of type varchar...

    Hello techies, I am a newbie doing a project using MS-SQL as backend and VC++ as frontend(ODBC)... here I got some doubts.... 1. I have to generate a autogenerated primary key of type varchar like this.... ADMIN-01 ADMIN-02 ADMIN-03 So here I cant use the IDENTITY(1,1)...

Part and Inventory Search

Back
Top