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 strongm 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

    Thanks, yeah it seemed like everyone had their own interpretation of n-tier design so I kind of tried to make my own interpretation of everyone elses. Thanks for the links!
  4. 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...
  5. 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...
  6. 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
  7. 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=" &...
  8. 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
  9. jennyflower

    do connection limits affect sql server?

    Thanks, is it not affected by the 10 connections per second thing either then?
  10. 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...
  11. 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
  12. jennyflower

    reference datagrid cell in selected row by column name

    Thanks, Ill give it a go. Just a question though, what do you use instead of a datagrid?
  13. 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...
  14. jennyflower

    create a datagrid without the tree view (+)

    Thanks, That was just what I needed. It gave me a shove in the right direction so I found a website which had a code snippet which gave me another shove to some code alterations and although slightly bruised it now works how I wanted it to!
  15. 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...
  16. jennyflower

    utmz cookie set to (not set)

    Thats a bit ridiculous, especially for a company as large as google, you'd have thought they would have sorted it before they published! I noticed I lost all the analytics data and that is not connected anymore so I guess they are having to do this with all the people who added analytics to...
  17. jennyflower

    utmz cookie set to (not set)

    Thanks for that. I just hope this hasn't affected anything else, but we seem to have dropped about 4 pages of google rankings in the past couple of days since we removed analytics from our site! Ill only look at putting analytics back on the site when they have fixed the issues they have...
  18. jennyflower

    CMYK colours differ between mac and pc

    Thanks guys, at least I think I understand it more now. Ive stuck to CMYK colours but cannot use pantone as the printers dont allow it but apart from that I think Im set Thanks again
  19. 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...
  20. jennyflower

    utmz cookie set to (not set)

    Well its been taken off our site as we use the search engine/terms extensively. Ill just make sure its fixed the problem and hasnt messed up anything else!

Part and Inventory Search

Back
Top