Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

maytel mynt

@maytel mynt
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • sql update sum
    M maytel mynt

    ty for the reply but i get this error Syntax error (missing operator) in query expression 'SUM(Accessory_Table.Qty * Accessory_Table.Cost) FROM Stock_Table INNER JOIN Accessory_Table ON Stock_Table.StkCode = Accessory_Table.StkCode'. this is my actual code "UPDATE Stock_Table " & _ "SET StkCost = SUM(Accessory_Table.Qty * Accessory_Table.Cost) " & _ "FROM Stock_Table " & _ "INNER JOIN Accessory_Table " & _ "ON Stock_Table.StkCode = Accessory_Table.StkCode" maybe UPDATE and SUM doesnt really work together in access?

    Visual Basic database csharp question announcement

  • sql update sum
    M maytel mynt

    is this possible in visual basic.net? cant seem to make it work vb.net using access database oledb update t1 set t1.f1 = (select sum(t2.f1) from t2 where t1.code=t2.code) ty in adv

    Visual Basic database csharp question announcement

  • sql question
    M maytel mynt

    sorry yup im using access

    Visual Basic database question

  • sql question
    M maytel mynt

    ty for the prompt help but could i ask for code sample? insert into C:\database2... select * from c:\database1... ty

    Visual Basic database question

  • sql question
    M maytel mynt

    looking for an alternative and efficient way to transfer table records from one database to another database. could it be done with one sql? ty in advance maytel

    Visual Basic database question

  • debugging problem
    M maytel mynt

    done cleaning usercontrol solution and the new application soultion it still doesnt debug they way it was before. this works if myfunction() then but this doesnt if usercontrol.reccount = 0 then already set debug build in configuration manager of new application but still no success

    Visual Basic help css debugging question

  • debugging problem
    M maytel mynt

    i cant debug my usercontrol i have applied in another solution settings problem maybe? because i was able to debug before. if grid.reccount = 0 then before it would go into the function reccount but now it just doesnt please help tnx in advance

    Visual Basic help css debugging question

  • strarting to learn remoting need help
    M maytel mynt

    ty for the jumpstart

    Visual Basic sysadmin help question

  • strarting to learn remoting need help
    M maytel mynt

    hello i have two computer both are connected to the internet i would like to create a client program that could download a file from a server where do i start? ty in advance.

    Visual Basic sysadmin help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups