It seems like the query builder in vb only allow 1 table to use the INSERT statement, so are there any way add more than 1?
相关问题
- 'System.Threading.ThreadAbortException' in
- how to use special characters like '<'
- SQL to Parse a Key-Value String
- How to evaluate an input in the WHERE clause
- C# to VB - How do I convert this anonymous method
相关文章
- vb.net 关于xps文件操作问题
- Oracle equivalent of PostgreSQL INSERT…RETURNING *
- Code for inserting data into SQL Server database u
- SQL Server 2008 Change Data Capture, who made the
- Checking for DBNull throws a StrongTypingException
- Using the typical get set properties in C#… with p
- How do we alias a Sql Server instance name used in
- Load a .NET assembly from the application's re
You should be able to wrap them all into one command call. Here is an example of what I think you are looking for.
how to insert into two tables from vb.net