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 IamaSherpa 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: *

  • Users: papakula
  • Order by date
  1. papakula

    Operation must use an updatable query

    Hi Thanks for your help. This is the code I am using its working perfectly on my system. I cannot use dsn-less connection as my provider doesnt support that. Could you please help me to sort it out. <% Dim strDb Dim strConn 'this procedure is called wherever a connection is needed. sub...
  2. papakula

    Operation must use an updatable query

    Hi, I am still getting the same error. I had selected the directory in which my databse is stored and gone to its properties. As my system is on Win Xp, I got 4 tabs like General, Sharing,Web sharing,Customize. Then I had selected Web sharing from that and I clickd on Edit properties inthat and...
  3. papakula

    Operation must use an updatable query

    Thanks! But where do I do this changes, do I need to do on my system or at my domain address place
  4. papakula

    Operation must use an updatable query

    Hi all! I am using access database with dsn calling thru asp pages. Its working well in retrieving records, but I am not able to update/delete records as its giving the error Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must...
  5. papakula

    vb.net tutorial

    Many Thanks
  6. papakula

    vb.net tutorial

    Hi All! I want to learn vb.net , which is the best tutorial to learn vb.net could you please direct me to the best site. Many Thanks in Advance Dar.
  7. papakula

    Displaying Records

    Hi! I am trying to write a dll which helps me to display records one by one when I click on button called next In dll I have this code. Private Sub Class_Initialize() Set cn = New ADODB.Connection cn.Open &quot;dsn=dsnRA;Uid=sa;Pwd=art&quot; rs.Open &quot;cust&quot;, cn End Sub public...
  8. papakula

    oracle(tm) client and networking components

    Hi Julian Many thanks for your info.. But it would be greatful, if u be more in detail. Many Thanks Dar
  9. papakula

    oracle(tm) client and networking components not found...

    Hi all! I am working on Win 98 and personal oracle 8i , Now Im trying to connect oracle with vb and I tried to create a dsn but its giving error oracle(tm) client and networking components not found... From where can I install this components and what I should do . Any help would be gr8. Many...
  10. papakula

    oracle(tm) client and networking components

    Hi all! I am working on Win 98 and personal oracle 8i , Now Im trying to connect oracle with vb and I tried to create a dsn but its giving error oracle(tm) client and networking components not found... From where can I install this components and what I should do . Any help would be gr8. Many...
  11. papakula

    date range parameter passing?

    the format is &quot;YYYY,MM,DD&quot;
  12. papakula

    Date and Time Picker Control

    Hi Jon! Thanks Dar
  13. papakula

    Date and Time Picker Control

    Hi All, I want to use date and time picker control in my VB application but for some reason Im unable to find that control under components how do I get that control. Many Thanks In Advance Dar
  14. papakula

    Forms

    Hi all! I had loaded developer and oracle8i on win98. Backend is working out well. But Im not able to connect thru forms it is giving error as TNS unable to connect destination. Any Help Many Thanks Dar
  15. papakula

    Oracle &amp; Sql Server

    Hi All, I am working on Win 98 and it was working fine with Sql Server 2000. Recently I had loaded Oracle 8i on my system. Then all of a sudden my Sql Server stoped working. How do I start the Sql server again. Cant we run Sql Server and Oracle on 1 system. Many Thanks in Advance Dar.
  16. papakula

    Autoexec.bat.old

    Hi, I am using win98. Dar
  17. papakula

    Autoexec.bat.old

    Hi I donno whether I am in right forum or not.. On my system I find Autoexec.bat.old is being generated n number of times under my c drive. I think around 40 to 60 files have been created autoexec.bat.old5, autoexec.bat.old6 and so on.. How do I resolve this Many Thanks in Advance Dar
  18. papakula

    Consistent Rows

    Ken If group1 returns 3 rows and group2 returns 2 rows and group3 returns 5 rows . Then in this case the maximum number of rows are returned are by group3. Then under other group(i.e) (group1, group2) there should be five rows as the rows displayed by them are less than group3. How do I get...
  19. papakula

    Consistent Rows

    I have a main group in that I have n number of groups again. Group1 Group1a 10 (Ist parameter) 20 (2nd Parameter) 30 (3rd Parameter) Blank Row Group1b 10 (Ist parameter) (2nd Parameter) 30 (3rd Parameter)...

Part and Inventory Search

Back
Top