Search results for query: *

  • Users: strider
  • Content: Threads
  • Order by date
  1. S

    Query Help

    Hey there... im have a query im not sure how to do i have 3 tables, Customers, Contracts and Jobs Customer - iId, sName Contracts - iId, iCustId, mCleaningCost, mWashCost, mServiceCost Jobs - iId, dJobDate, iCustId, bCleaning, bWash, bService i means integer type, m means smallmoney type...
  2. S

    Bluetooth Printing Bitmap

    RESOLVED Bluetooth Printing Bitmap Hi there, im currently developing an application which prints to a Zebra QL320 printer via bluetooth. im using Opennetcf's bluetooth and socket libraries. So far i can discover the bluetooth devices available, and also print text and barcodes...
  3. S

    Chaning Regional Setting via Vb.net

    hey guys, does anyone know how to change the regional settings of the device via code? i think its a registry key but unsure as to which one any help appreciated!!! Cheers Barry
  4. S

    Sql Params and getDate()

    Hey there, when using a parameterised insertion sql statement has can you specify it to use sqlce getDate function to insert a date into a datetime field insertCommand.Parameters.Add(New SqlServerCe.SqlParameter("UnitOutDate", SqlDbType.DateTime))...
  5. S

    Joining 2 Different SQL Server databases

    Hi There, is it possible to join 2 tables where each table is from a different database. i have an msde database which i need to join a table inside a sqlserver 2000 database.
Back
Top