提供小吳 VBQA 包含VB6,VB 2003,VB 2005,VB 2008,VB 2010,2013,2015
,2019,VB.NET,Visual Studio,Visual Basic,程式設計,C#,ASP.NET , Windows From , SQL Server , Crystal Report,VBA,HTML,網頁設計,微軟,98,XP, API ,KB .
convert string to number(編號:2403)
sql = "select * from XX where number = 123" that's no problem but when i using a variable,it's always treat my variable as string for example sql = "select * from XX where number =" & _ "'" & in_num & "'" how to convert in_num to a number