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 SkipVought 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. newbie1983

    Extracting Data from Datagrid

    Hi blastingm thanks for your reply - was very useful, the only problem i have then is to populate a new recordset so that i can assign this to the datagrid so that the selected dates that i want are populated onto this? for example, datagrid.datasource = Newrecordset where Newrecordset...
  2. newbie1983

    Extracting Data from Datagrid

    The recordset contains data of type date e.g 01/04/2004 in a sql server database of data type DateTime. I cant convert using CDate() in visual basic 6 to this data type. Therefore by accessing the data in the datagrid it would be possible to do conversion.
  3. newbie1983

    Extracting Data from Datagrid

    I have managed to populate a datagrid with an ado recordset. However i am having problems extracting particular coloumn data from the datagrid. Does anyone know of how this can be achieved? Kind regards newbie1983
  4. newbie1983

    Data grid population using recordset

    I would like to populate a datagrid with all the rows contained in a recordset, how would i go about doing this? i dont really want to use the data environment or any other binding method as alot of errors have occurred as a result. Any ideas would be much appreciated Regards, newbie1983
  5. newbie1983

    Display database data using datalist or listbox

    I am looking to query my sqlserver database on selected fields and wish to display the query in a datalist or listbox but how would i able to display rows with their respected fields (coloumns) ? Regards newbie
  6. newbie1983

    Check status of links

    I am currently creating my own website and would like to create a separate java program that would be able to check whether the links on my website are active or not. I was thinking of placing the links in the form of "www.etc" into a text file and then loop through the links. Any ideas...
  7. newbie1983

    Connect to SQLServer database

    Thanks Bernini + johnvm for your help. Is there a universal way of displaying and adding records from SQLServer database using ADO? Regards newbie1983
  8. newbie1983

    socket programming

    Thanks for your replies! I kind of figured it out just needed to create the streams again after use Regards HP
  9. newbie1983

    socket programming

    I am currently writing a client/server application using sockets to transfer files. I would like a series of messages to be sent before transfering the file. However when i do this, the messages are written to the socket output stream (when you invoke ClientSocket.getOutputStream()); ) and are...
  10. newbie1983

    Lines of code

    Hi, I am writing a program which shall count the lines of code in each sub or function in a VB.Net program, however i would like to code this in VB6- any ideas as to how i can implement this? any help is much appreciated :) Regards newbie1983
  11. newbie1983

    Connect to SQLServer database

    hi johnwm, i basically just need to make the connection from the vb front end to the database itself on sqlserver2000 not the actual datafile, i am quite new to this so i dont know what the database extention is - i assumed it was .MDF? regards newbie1983
  12. newbie1983

    Connect to SQLServer database

    Hi Bernini! thanks for your reply, i was just wondering where in the code you specified do i place the path of where the database is? i.e source = "C:\program file....\database.MDF" ? any help is much appreciated Regards newbie1983
  13. newbie1983

    Connect to SQLServer database

    HI, I am quite new to databases, i am currently writing a system with a visual basic 6 front end which will use a sqlserver2000 back-end. Does anyone know how to connect to a sqlserver database in visual basic 6?(as in the source code) Any replies would be greatly appreciated Regards, newbie1983
  14. newbie1983

    query

    Hi, I am modifying a website and i would like to know how i can set the spaces between two buttons in html - is there a special attritbute. I know it would be easy in interdev but i can only switch to design view if i remove all the asp script which is scattered all over the page. Here is what...
  15. newbie1983

    Newbie Question

    Thanks guys, got it sorted - all of your suggestions were great! Kind Regards HP
  16. newbie1983

    Newbie Question

    Hi, I am writing my first asp page and is not going well, i get a run-time error from the very first line when i view the page in the browser: Line 1: Error: 'thisPage' is undefined the first section of my code is here if it may prove helpful: <%@ Language=VBScript %> <% ' VI 6.0 Scripting...
  17. newbie1983

    excel macro -moving charts

    I have a similar problem, does ne1 have any ideas? Regards HP
  18. newbie1983

    Controlling a windows service using VB

    Cheers Matt - its given me a start. Kind Regards HP
  19. newbie1983

    Controlling a windows service using VB

    Hi, Id like to control the windows service within NT by coding a program using VB and perform actions such as: manipulating the &quot;Start-up&quot; for each service and hence change to &quot;automatic&quot;, &quot;manual&quot; and &quot;disabled&quot; respectively Be able to enter relevent...
  20. newbie1983

    Controlling a windows service using VB

    Hi, Id like to control the windows service within NT by coding a program using VB and perform actions such as: manipulating the &quot;Start-up&quot; for each service and hence change to &quot;automatic&quot;, &quot;manual&quot; and &quot;disabled&quot; respectively Be able to enter relevent...

Part and Inventory Search

Back
Top