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 Westi 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: Mokil
  • Order by date
  1. Mokil

    SQL Server 2005 XPATH Multi-Node Query

    Hi all, I'm trying to query an XML file I've brought into a SQL Server database. The base format of the file is: <device name="device_name" id="1"> <property name="Manufacturer" value="Microsoft" /> <property name="Model" value="Optical Mouse" /> </device> I want to be able to obtain...
  2. Mokil

    XML Schema - Repeatable Element Values

    Hi Jon, thanks for the response. Word 2003 allows you to create a template based on a XML schema (go to Tools/Templates and Add-Ins). This file is then saved as XML, and a Microsoft command-line utility (wml2xslt.exe) is used to generate a stylesheet for this XML template. I can then transform...
  3. Mokil

    XML Schema - Repeatable Element Values

    Hi there, I wonder if anybody can help...I have an XML Schema which is applied to a Word document. This document is then saved as a WordML template and converted to XSLT. This XSLT is then used to transform XML files into Word documents. I want to use the values of some elements multiple...
  4. Mokil

    Corrupt Access Table

    Hi all, this is an unusual one that I haven't come across in ten years of using Access. A customer runs our application, which is written in VB6 and uses an Access 97 database as its back-end. Recently, the customer attempted to log in to the system and received a 3343 error. This is normally...
  5. Mokil

    Net Use login script failure

    Sorted! I was right - the backup server had taken precedence and login scripts were running from there. The login scripts on the backup server were old, hence the missing share. Anyway thanks for all your help Rath. The morale of this story is make sure your servers boot up in the correct...
  6. Mokil

    Net Use login script failure

    Yup, SP2 reinstalled - still no luck! Putting SP3 back on. Think it might be order of precedence - have a firewall and a backup file server - they may have been booted up in incorrect sequence. Cheers!
  7. Mokil

    Net Use login script failure

    Cheers for the reply Rath! I've tried removing SP3 but this hasn't helped. If I run the script manually, there is no problem - it executes fine. Regards, Mokil.
  8. Mokil

    Net Use login script failure

    Hi there, hope someone can help! I'm running a small network (about 10 PCs), all of which login to a server running Windows 2000 Advanced Server. Have SP3 and all latest security patches on this machine. Network is a mixture of Win 98/Win 2000/Win XP. Each user has a login script, which uses...
  9. Mokil

    Invalid Page Fault in MMSYSTEM.DLL

    Hi guys, any help greatly appreciated. I have a VB6 system in the field, using an Access 97 DB. A particular user of this system has entered a record. All other users of the system can access this record, but when the user who actually entered the thing tries to access it, the program closes...
  10. Mokil

    Weird Networking Problem

    Hi gang. Writing a large VB app - networkable etc. When I access a file from a PC on the network, everything works fine. I can access the file via my program, Word, Explorer etc etc. If the machine I accessed the file from is then closed down, weird things happen! 1. I can't run my VB app...
  11. Mokil

    refreshing a listview control on a form....

    Where are you calling the refresh sub? Put the refresh code in the main form's Activate event. This will ensure the list view refreshes when the sub form is closed. Regards, Mokil.
  12. Mokil

    Critical DAO OpenRecordset Method Error in VB6

    Hi Rob, sorry I've been away at meetings etc for the last week or so and have only just seen your post. Glad to see it isn't just me who has come across this!! I've got another little story...I took a job as a programmer with a small firm, and one of my first jobs was to sort out a Sage link...
  13. Mokil

    Critical DAO OpenRecordset Method Error in VB6

    Hey there CC. Yes, I know there is no left/right/inner join etc - the report generator can create this, but as I said in the first e-mail, in the interests of keeping the user's ability to generate SQL as open as possible, they can generate complete rubbish (as above)!!!!! The problem lies not...
  14. Mokil

    Critical DAO OpenRecordset Method Error in VB6

    Yo all, an update on my post. After much investigation, messing about, it turns out the query was not crashing - just taking a heck of a long time to run! Bear in mind this was on an Athlon 750 with 512MB RAM and 45GB UDMA100 Disk. Anyway, the query eventually returns a 3183 error - which is...
  15. Mokil

    Critical DAO OpenRecordset Method Error in VB6

    Hey gang, thought I'd better let you know about this critical DAO error in VB6 with an Access 97 database...I'm currently trying to find a way to solve it, but someone please let me know if they have a solution!! Situation: I'm currently developing a commercial app, which contains it's own...

Part and Inventory Search

Back
Top