net2

string sql = "select * from product where pro_name=\'product\'and classid in (select CInt(id) from class where first like (select first from class where id=CInt("+Request.QueryString["id"].ToString()+")))";

注意:

在ACCESS中

字段        数据类型

classid    文本

 id          自动编号

记住:在ACCESS中,自动编号数据类型是Int.

分类:

技术点:

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-10-14
猜你喜欢
  • 2021-11-14
  • 2022-01-02
  • 2021-11-14
  • 2021-11-14
  • 2021-11-14
  • 2021-11-24
  • 2021-11-24
相关资源
相似解决方案