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 Wanet Telecoms Ltd 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. jennyflower

    ReadURL PRG not sending POST data

    Hi - Im trying to use a PRG called ReadURL which I found at http://fox.wikis.com/wc.dll?Wiki~ReadUrl~VFP Im using the one at the bottom which can do passwords and post data, unfortunately I cannot get it actually send any post data. Am I doing something wrong? I am calling the function using...
  2. jennyflower

    sql server stored procedures + database size limit

    Do stored procedures in sql server express particularly count towards to the database size limit of 4Gb? Thanks
  3. jennyflower

    ntier application help

    Hi, I am currently trying to create a simple n-tier application so I can learn the basics of n-tier design and was wondering if someone could look at what I have so far to see if I cam on the right track for an n-tier application to work correctly. I am trying to have a presentation layer, a...
  4. jennyflower

    switching between different database backends

    Hi, I am wondering how easy you rekon it would be to set up an application which allows a user to switch between say an SQL Server database and a MySQL database so if the user wants to use MySQL instead of SQL Server they can easily set this up. I have tried doing it all programmatically but...
  5. jennyflower

    using vb.net to access sql server using a dsn

    Hi, Is there a way to use a dsn to access sql server using vb.net? I think I know how to do it with a driver and the other bits of information but I want to just use the dsn without having to reference the driver name. Thanks
  6. jennyflower

    mysql ole db connection

    Hi, i am trying to connect to a mysql database with oledb. I have installed myodbc3 and am using vb.net with visual studio 2005. When I try and connect using the following connection string: "Provider=MySQLProv;location=localhost;Data Source=eurospec;User ID=" & Username & ";Password=" &...
  7. jennyflower

    view all dns's

    Hi, I am wondering how to go about listing all dsn's available in a listbox and what if any thing needs referencing. Thanks
  8. jennyflower

    do connection limits affect sql server?

    Hi, I have been trying to find out whether the 10 user connection limit on xp and vista will affect how many users can connect to a sql server database. The database user will always be the same (at the moment I am using the sa user). I have tried to test it but I don't really understand the...
  9. jennyflower

    outlook 2007 different stationary for different email accounts

    Hi, is it possible to setup different stationary for each account in outlook 2007? I think I can get it to do a different signature but im not sure if it does stationary. Thanks
  10. jennyflower

    reference datagrid cell in selected row by column name

    Hi, I have a datagrid with a load of data in it and I want to know what is in the say order_number column of a selected row. I know I can do this through DataGrid1.Item(row_no, col_no) but I dont want to have to use the number as the grids will be changeable for each user. Is there a way to do...
  11. jennyflower

    create a datagrid without the tree view (+)

    Hi, Im am just really learning vb.net using visual studio 2003 and I am trying to get some data from SQL Server Express 2005 into my datagrid. I currently have this: Public Sub GridMyDataOle(ByVal myConnString As String) Dim mySelectQuery As String = "SELECT TOP 10 h_order_no FROM...
  12. jennyflower

    CMYK colours differ between mac and pc

    Hi, I am creating a banner to be published professionally. We have standard colours that we use when creating anything that is published but these have all been created using photoshop on a pc. The company we're getting these banners printed with need it done on a mac so im using photoshop on my...
  13. jennyflower

    SQL Server 2005 Express on Windows 2003 SBS

    Hi, I have installed sql server 2005 express edition on a pc running windows 2003 small business server SP2. From my XP machine which has the management tools I can telnet into this machine through port 1433 (I have statically set the tcp port) and can ping the machine fine but I cannot get the...
  14. jennyflower

    utmz cookie set to (not set)

    Hi, I grab google cookies from my site and manipulate them to split out the search engine and search term. Lately some of them have been coming up as (not set) for both of them. Has anyone come across this before and if so where does the person come from if this is happening? Thanks
  15. jennyflower

    create sql server database from vfp

    Hi, I have installed MS SQL Express and have set up the sa user but I cannot get the user to be able to create a database in SQL Server from VFP. I can create the database within SQL Server management tools however. The code I am using is: lnconn =...
  16. jennyflower

    pass username to http authentication box with php

    Hi, is there anyway to send the username to a htaccess set http authentication login dialogue using php? some kind of header to something perhaps? Thanks
  17. jennyflower

    alter htaccess with php

    Hi, I want to create a site that allows users to have access to their directory which stores some files for them. I want to be able to add a user, create their directory then alter the htaccess file to password protect the directory. Is there anyway to do this with php as I am just trying to...
  18. jennyflower

    outlook 2003 change junk mail folder

    Hi, How can I change which folder junk mail is automatically filtered into in outlook? I usually use a mac with the default mac mail application which allows you to spcify which folder junk mail goes into, I want to be able to do this in outlook 2003. Jennyflower
  19. jennyflower

    mysql on various windows os

    Hi, Ive been running some tests on MySQL. I have used a windows 2000 server with a 3GHz P4 and 1Gb RAM, a windows 2003 server with a hyper-threading 3GHz P4 and 512 Gb RAM and a Vista machine with the same spec as the 2003 machine. I ran the same test on each machine with the same data and...
  20. jennyflower

    IE on Vista

    I have a website which when viewed on vista with the DPI set at more than 96DPI the site looks screwed up. Is there any way of detecting this from javascript or some other method and doing something about it?

Part and Inventory Search

Back
Top