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 bkrike 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: AvatarZA
  • Content: Threads
  • Order by date
  1. AvatarZA

    Web service folder creation error

    Hi, I have an ASP.Net web service which needs to create folders on a server (dynamically). I keep on getting a "Cannot find part of path…" error (access denied?) when the web service attempts to make changes to a folder, i.e. create or delete a sub folder. I have given the machine's ASPNET...
  2. AvatarZA

    Insert Into query from external database with a password

    I am trying to do an insert into statement like so "SELECT * INTO tblX FROM tblX IN 'C:\Temp\X.mdb" but database X has a password so I was wondering if anyone knows how to specify a password as I think access only wants a path.
  3. AvatarZA

    HOW TO: Change MS Access database ownership in code?

    I am looking for some code to change the ownership of an Access database, could someone please help me. Thanks in advance Regard Av
  4. AvatarZA

    GotFocus event not firing

    I have a machine that has XP Sp2 on it and it seems like the GotFocus event of a form is not firing. If anyone could help me solve this issue I would appreciate it.
  5. AvatarZA

    SQL query to change Required property MS Access

    I require a SQL statement that changes the Required property on a field in a MS Access database. Any help would be great. Thanks in advance
  6. AvatarZA

    SQL query to change Required property MS Access

    I require a SQL statement that changes the Required property on a field in a MS Access database. Any help would be great. Thanks in advance
  7. AvatarZA

    Editing a label's text in runtime

    I would like to allow the user to edit the text of a label in runtime, I was wondering if anyone could help me to achieve this. Thanks in advance!
  8. AvatarZA

    Detect Database changes with Ado.Net?

    I would like to know if there is a way to dectect the differences/changes between two db's using Ado.Net? A bit of background I have a program that will update a client db, this program has what the db structure should look like. I need to make the client db look like the master with the same...
  9. AvatarZA

    How can I use the spell checker in Access with code.

    I need to use the spell checker that access has built in to check the spelling in a database how can I do this in VB6 any help would be appreciated.
  10. AvatarZA

    Sending e-mails with embedded pictures

    I am able to send e-mails, but I would like to know if there is any way to embed a picture in a HTML e-mail. The HTML page is generated dynamically.
  11. AvatarZA

    Creating DataSets from Micrsoft Access

    I have created a database with 54 tables in Access and now I need to turn those tables into Datasets( or .xsd files) for a dotnet application. I was wondering if there is a way to import the fields from Access in to the DataSet files? If anyone can help please advise.
  12. AvatarZA

    ProductVersion not incrementing

    I am trying to put the vesion of my app on the interface, I have used all 3 of the following to get the vesion Windows.Forms.Application.ProductVersion.ToString or System.Diagnostics.FileVersionInfo.GetVersionInfo(System.Reflection.Assembly.GetExecutingAssembly.Location).ProductVersion or...
  13. AvatarZA

    Howto: Make a Column resize on double click(MsFlexGrid)

    I am using a flexgrid as a data grid for formatting puposes(Not my idea but i have to use it) I loop through the recordset of the field that was clicked getting the longest string or whatever it might be. So i have the length but it is in characters, i know the font name, size. But the...
  14. AvatarZA

    What is Terminal Server

    What is it and how does one use it. I just wont to get some information on this any descriptions will be appreciated.
  15. AvatarZA

    Web App - Not connecting to Db.

    I have made a web application All i wanted it to do is read a MS Access db list all the contents of a table in a datagrid and a combo-box, then with the combo-box edit a item then save to the db. I have a desktop version of this app and the dll works fine, i have the web app working on my pc...

Part and Inventory Search

Back
Top