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

  1. byRamiX

    Remote SQL Server 2005 express

    i don't know why, but i can't access the sql server logs. but i looked into the system logs and i found something that may be a clue! it's a warning that says: The configuration of the AdminConnection\TCP protocol in the SQL instance SQLEXPRESS is not valid. any ideas? http://e.3arabiyat.net...
  2. byRamiX

    Remote SQL Server 2005 express

    i did restart it. more than one time! someone told me that i should install MDAC 2.8 RTM but it didn't help! more... ? http://e.3arabiyat.net - sportcars http://www.brinji.com - Free Banners System http://byramix.blogspot.com - Programmig issues http://www.10-pr.com - free web directory
  3. byRamiX

    Remote SQL Server 2005 express

    no i can't, i tried to telnet the server on the default port but it also failed! i asked our sys admin, but he said that all the port are open. http://e.3arabiyat.net - sportcars http://www.brinji.com - Free Banners System http://byramix.blogspot.com - Programmig issues http://www.10-pr.com -...
  4. byRamiX

    Remote SQL Server 2005 express

    i'm tring to create a vb application which should connect a sql server 2005 express. the problem is that the application will not run on the computer that has the data base, the two computers (client and server) are connect by LAN. i configured the sql server to accept remote connections...
  5. byRamiX

    like query

    i'm trying to execute a like query in asp script, but i get an error. the error is Item cannot be found in the collection corresponding to the requested name or ordinal the fields names are right, becase i run the same query with another conditions, i want to get the records that has the char...
  6. byRamiX

    btrieve with vb6

    wow, i did it, thanks guys... i'm going to write a little tutorial about it in my programming blog (check it soon http://byramix.blogspot.com), explaining all the steps! so someone like me wont loose so long time with searching... thanks again! http://e.3arabiyat.net - sportcars...
  7. byRamiX

    btrieve with vb6

    ok finally i did it.. can someone explain to me what are the parameters that i should send to the BTRCALL ? i'm using this call : Status = BTRCALL(BGETFIRST, PosBlk$, DataBuf, BufLen, ByVal KeyBuffer$, KeyBufLen, 0) http://e.3arabiyat.net http://www.brinji.com http://byramix.blogspot.com...
  8. byRamiX

    btrieve with vb6

    i found a help file in the bti folder and in it i found a list of dll for accessing a Btrieve workstaion engine from a windows application (16 bit) here's the list WBTRCALL.DLL (Windows Requester) WBTRTHNK.DLL (16-bit to 32-bit Thunker) WBTRV32.DLL (MicroKernel Interface)...
  9. byRamiX

    btrieve with vb6

    i allready read all the privasive.com samples, but no one fits me. anyway thanks for the direction. i'll try to change the declare, i hope it will do better. by the way, i cant find a place to download the btrieve ocx or api. any one have any idea ? http://e.3arabiyat.net http://www.brinji.com...
  10. byRamiX

    btrieve with vb6

    well.. i did all steps, when i run the application i get a windows error, the one that ask " Send or dont send" and the VB just quit! my data files are *.dat does it mind?? http://e.3arabiyat.net http://www.brinji.com http://byramix.blogspot.com http://www.10-pr.com
  11. byRamiX

    btrieve with vb6

    byRamiX (Programmer) Nov 28, 2006 first of all thanks alot for the effort. i cut the code and pasted it in my project. i have some questions about it.. first, i guess the dll that i declare should be installed when i install the btrieve?? 2. after i run the example, the vb didn't recognize...
  12. byRamiX

    btrieve with vb6

    the btrieve version is 6.5 i know the structure of the database and all the fields and tables names. i will so thankfull if you give me an example for how to do that!
  13. byRamiX

    btrieve with vb6

    hi, it's my first post here, i hope i'll get what i'm looking for. well, i'm developing a vb6 application that need to connect a btrieve database. it's an old version of btrieve. after 1000s of searches over the net, and after that i found alot of examples i didn't find what i need. all the...

Part and Inventory Search

Back
Top