我的程序没有编译。 我的班级模块中有这个。 这是它出来的地方:
选项明确
<th>Id</th>
<th>category</th>
<th>price</th>
<th>cATEGORY ID </th>
<th>fromUserId</th>
<th>EDIT </th>
<th>REFRESH </th>
</tr>
<?php $k=1; while($get=mysql_fetch_array($insertionquery)) {?>
<td><?php echo $get['id'];?></td>
<td><?php echo $get['categoryTitle'];?></td>
<td><?php echo $get['price']; ?></td>
<td><?php echo $get['category']; ?></td>
<td><?php echo $get['fromUserId']; ?></td>
<td><a href="editmenu.php?EDITC=<?php echo $get['id']?>"></a></td>
<td><a href="refresh.php?REFRESH=<?php echo $get['id']?>"></a></td>
&lt; - 发出消息&#34;用户定义的类型未定义&#34;
我有参考集: 工具 - &gt;参考资料显示 Microsoft ActiveX数据对象Recordset 6.0库已选中。
答案 0 :(得分:1)
您需要一个不同的参考 - “Microsoft ActiveX Data Objects x.x Library” - 没有“Recordset”